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