You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
451 B
29 lines
451 B
7 years ago
|
{
|
||
|
"name": "jquery",
|
||
|
"version": "2.1.4",
|
||
|
"main": "dist/jquery.js",
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"build",
|
||
|
"dist/cdn",
|
||
|
"speed",
|
||
|
"test",
|
||
|
"*.md",
|
||
|
"AUTHORS.txt",
|
||
|
"Gruntfile.js",
|
||
|
"package.json"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"sizzle": "2.1.1-jquery.2.1.2",
|
||
|
"requirejs": "2.1.10",
|
||
|
"qunit": "1.14.0",
|
||
|
"sinon": "1.8.1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"jquery",
|
||
|
"javascript",
|
||
|
"library"
|
||
|
]
|
||
|
}
|