Skip to content

Commit

Permalink
added package.json template for new jquery plugin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jan 19, 2010
1 parent 0465f4c commit 00eab93
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "cowboy-jquery-XXX",
"version": "1.X.X",
"description": "Plugin Name. Plugin Description.",
"url": "http://benalman.com/projects/jquery-XXX-plugin/",
"keywords": [ "foo", "bar" ],
"maintainers": [
{
"name": "\"Cowboy\" Ben Alman",
"web": "http://benalman.com/"
}
],
"contributors": [
{
"name": "\"Cowboy\" Ben Alman",
"web": "http://benalman.com/"
}
],
"bugs": {
"web": "http://github.com/cowboy/jquery-XXX/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://benalman.com/about/license/"
},
{
"type": "GPLv2",
"url": "http://benalman.com/about/license/"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/cowboy/jquery-XXX.git"
}
],
"dependencies": {
"jquery": [ "1.3.2", "1.4.0" ]
}
}

0 comments on commit 00eab93

Please sign in to comment.