forked from owncloud/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.02 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "owncloud",
"version": "10.1",
"homepage": "https://www.owncloud.org",
"license": "AGPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
],
"dependencies": {
"blueimp-md5": "2.10.0",
"handlebars": "4.0.11",
"jcrop": "0.9.12",
"jquery": "2.1.4",
"jquery-migrate": "1.4.0",
"jquery-ui": "1.10.0",
"jsTimezoneDetect": "1.0.5",
"moment": "2.19.4",
"select2": "3.5.3",
"zxcvbn": "4.4.2",
"snapjs": "2.0.0-rc1",
"strengthify": "0.5.2",
"underscore": "1.8.3",
"bootstrap": "3.3.7",
"backbone": "1.3.3",
"davclient.js": "https://github.com/owncloud/davclient.js.git#0.1.2",
"es6-promise": "4.1.1",
"base64": "1.0.1",
"clipboard": "1.7.1",
"browser-update": "2.0.2",
"bowser": "1.8.1",
"showdown": "1.8.5",
"Jcrop": "jcrop#2.0.4",
"jstzdetect": "jsTimezoneDetect#1.0.6",
"Snap.js": "snapjs#1.9.3"
},
"resolutions": {
"jquery": "2.1.4"
}
}