mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
37 lines
738 B
JSON
Executable File
37 lines
738 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"
|
|
],
|
|
"homepage": "https://github.com/jquery/jquery",
|
|
"_release": "2.1.3",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "2.1.3",
|
|
"commit": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0"
|
|
},
|
|
"_source": "git://github.com/jquery/jquery.git",
|
|
"_target": ">= 1.9.1",
|
|
"_originalSource": "jquery"
|
|
} |