mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
28 lines
435 B
JSON
Executable File
28 lines
435 B
JSON
Executable File
{
|
|
"name": "jquery",
|
|
"version": "2.1.3",
|
|
"main": "dist/jquery.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"build",
|
|
"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"
|
|
]
|
|
}
|