jquery/package.json
2012-05-07 12:06:12 +02:00

35 lines
694 B
JSON

{
"name": "jquery",
"title": "jQuery",
"description": "New Wave JavaScript",
"version": "1.8.0",
"homepage": "http://jquery.com",
"author": {
"name": "John Resig"
},
"repository": {
"type": "git",
"url": "https://github.com/jquery/jquery.git"
},
"bugs": {
"url": "http://bugs.jquery.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://jquery.com/blob/master/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "http://jquery.com/blob/master/GPL-LICENSE.txt"
}
],
"dependencies": {},
"devDependencies": {
"grunt-compare-size": ">=0.1.0",
"grunt": ">=0.3.9",
"testswarm": "0.2.2"
},
"keywords": []
}