Skip to content

Instantly share code, notes, and snippets.

@PeeHaa
Created March 26, 2012 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PeeHaa/2204429 to your computer and use it in GitHub Desktop.
Save PeeHaa/2204429 to your computer and use it in GitHub Desktop.
Example of a package.json file for jquery plugins
{
"name": "jquery.griphandler",
"version": "0.10.0",
"title": "jQuery.gripHandler()",
"author": {
"name": "Pieter Hordijk",
"url": "https://github.com/PeeHaa"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.html"
}
],
"dependencies": {
"jquery": ">=1.2.6"
},
"description": "Resizes elements using a grip",
"keywords": [
"grip",
"resize"
],
"homepage": "https://github.com/PeeHaa/gripHandler",
"maintainers": [
{
"name": "Pieter Hordijk",
"url": "https://github.com/PeeHaa"
}
],
"files": [
"jquery.griphandler.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment