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.
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.