mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
29 lines
424 B
JSON
29 lines
424 B
JSON
{
|
|
"name": "jquery",
|
|
"version": "1.11.0pre",
|
|
"ignore": [
|
|
"**/.*",
|
|
"build",
|
|
"speed",
|
|
"test",
|
|
"*.md",
|
|
"AUTHORS.txt",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"bower.json"
|
|
],
|
|
"dependencies": {
|
|
"sizzle": "1.10.15"
|
|
},
|
|
"devDependencies": {
|
|
"requirejs": "~2.1.8",
|
|
"qunit": "~1.12.0",
|
|
"sinon": "~1.7.3"
|
|
},
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"library"
|
|
]
|
|
}
|