2012-04-18 20:07:35 +00:00
|
|
|
{
|
|
|
|
"name": "jquery",
|
|
|
|
"title": "jQuery",
|
|
|
|
"description": "New Wave JavaScript",
|
2012-06-15 13:56:04 +00:00
|
|
|
"version": "1.8.0pre",
|
2012-04-18 20:07:35 +00:00
|
|
|
"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",
|
2012-06-16 00:44:07 +00:00
|
|
|
"url": "http://www.opensource.org/licenses/MIT"
|
2012-04-18 20:07:35 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "GPL",
|
2012-06-16 00:44:07 +00:00
|
|
|
"url": "http://www.opensource.org/licenses/GPL-2.0"
|
2012-04-18 20:07:35 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2012-04-18 21:00:44 +00:00
|
|
|
"grunt-compare-size": ">=0.1.0",
|
2012-07-25 02:55:06 +00:00
|
|
|
"grunt-git-authors": ">=1.0.0",
|
2012-06-30 19:53:15 +00:00
|
|
|
"grunt": "~0.3.9",
|
2012-05-07 10:06:12 +00:00
|
|
|
"testswarm": "0.2.2"
|
2012-04-18 20:07:35 +00:00
|
|
|
},
|
2012-06-21 20:03:11 +00:00
|
|
|
"keywords": []
|
2012-04-18 20:07:35 +00:00
|
|
|
}
|