2012-04-18 20:07:35 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2012-04-18 21:00:44 +00:00
|
|
|
"grunt-compare-size": ">=0.1.0",
|
2012-05-07 10:06:12 +00:00
|
|
|
"grunt": ">=0.3.9",
|
|
|
|
"testswarm": "0.2.2"
|
2012-04-18 20:07:35 +00:00
|
|
|
},
|
|
|
|
"keywords": []
|
|
|
|
}
|