garand / sticky

jQuery Plugin for Sticky Objects
Other
3.3k stars 1.06k forks source link

Add package.json #171

Closed SimenB closed 9 years ago

SimenB commented 9 years ago

As the jQuery plugin repo is read-only, the recommended way of distribution is npm. (https://plugins.jquery.com/)

Adding this allows us to install from GitHub using npm. If you would publish it (npm publish), even better :smile: This needs #170 to work properly in node-land, but not strictly required.

I copied most of the content from bower.json. The only thing is which jquery-versions do you support? RIght now it's anything goes.