dsmorse / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://dsmorse.github.io/gridster.js/
MIT License
796 stars 195 forks source link

Availability via npm for webpack #40

Open anivas opened 8 years ago

anivas commented 8 years ago

Is this package available via npm. When I say npm install -i gridster, I am getting the original version of gridster. Please let me know how to install this via npm or alternative ways to use this in webpack.

dsmorse commented 8 years ago

I use bower to fetch it: http://bower.io/search/?q=gridster-js

billschaller commented 8 years ago

@anivas You can put the git url in your package.json file like so:

"gridster": "https://github.com/dsmorse/gridster.js.git#master"