mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
37 lines
728 B
JSON
37 lines
728 B
JSON
{
|
|
"name": "jquery",
|
|
"version": "1.11.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",
|
|
"_release": "1.11.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "1.11.0",
|
|
"commit": "91cd1587ed4a1d4f3834227e8eb3cc30cb385409"
|
|
},
|
|
"_source": "git://github.com/jquery/jquery.git",
|
|
"_target": "~1.*",
|
|
"_originalSource": "jquery"
|
|
} |