37 lines
738 B
JSON
37 lines
738 B
JSON
{
|
|
"name": "jquery",
|
|
"version": "2.1.0",
|
|
"main": "dist/jquery.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"build",
|
|
"speed",
|
|
"test",
|
|
"*.md",
|
|
"AUTHORS.txt",
|
|
"Gruntfile.js",
|
|
"package.json"
|
|
],
|
|
"devDependencies": {
|
|
"sizzle": "1.10.16",
|
|
"requirejs": "~2.1.8",
|
|
"qunit": "~1.12.0",
|
|
"sinon": "~1.7.3"
|
|
},
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"library"
|
|
],
|
|
"homepage": "https://github.com/jquery/jquery-dist",
|
|
"_release": "2.1.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "2.1.0",
|
|
"commit": "9434e03193c45d51bbd063a0edd1a07a6178d33f"
|
|
},
|
|
"_source": "https://github.com/jquery/jquery-dist.git",
|
|
"_target": "2.1.0",
|
|
"_originalSource": "jquery"
|
|
} |