mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-20 09:52:17 +01:00
8c3d7ccdba
Remove old combobox user bower for onfontresize Add jcrop + md5 Add files to scrutinizer ignore list Remove misplaced text Selected the right MultiSelect library via bower Move bower dependencies to correct location
28 lines
424 B
JSON
28 lines
424 B
JSON
{
|
|
"name": "jquery",
|
|
"version": "2.1.1",
|
|
"main": "dist/jquery.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"build",
|
|
"speed",
|
|
"test",
|
|
"*.md",
|
|
"AUTHORS.txt",
|
|
"Gruntfile.js",
|
|
"package.json"
|
|
],
|
|
"devDependencies": {
|
|
"sizzle": "1.10.19",
|
|
"requirejs": "2.1.10",
|
|
"qunit": "1.14.0",
|
|
"sinon": "1.8.1"
|
|
},
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"library"
|
|
]
|
|
}
|