move.js
move.js copied to clipboard
add support for bower
It would be nice to find this lib on bower ... and not the forked version of it :)
+1
prs are welcome: https://github.com/visionmedia/move.js/issues/33#issuecomment-46689162
The project do not need to add 'support' for bower.
You can use move.js with bower in this way
"dependencies": {
"movejs": "https://raw.githubusercontent.com/visionmedia/move.js/0.3.3/move.min.js"
}
And then you can run bower install
Bower will download the move.min.js and put the file in bower_components/movejs/index.js
:)