forked from owncloud/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 902 Bytes
/
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
{
"name": "ownCloud",
"version": "9.2 pre alpha",
"homepage": "https://www.owncloud.org",
"license": "AGPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
],
"dependencies": {
"blueimp-md5": "1.0.1",
"handlebars": "4.0.5",
"jcrop": "0.9.12",
"jquery": "2.1.4",
"jquery-migrate": "1.4.0",
"jquery-ui": "1.10.0",
"jsTimezoneDetect": "1.0.5",
"moment": "2.10.6",
"select2": "3.4.8",
"zxcvbn": "*",
"snapjs": "2.0.0-rc1",
"strengthify": "0.5.0",
"underscore": "1.8.3",
"bootstrap": "3.3.6",
"backbone": "1.2.3",
"davclient.js": "https://github.com/evert/davclient.js.git#0.0.1",
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#2.3.0",
"base64": "0.3.0",
"clipboard": "1.5.12",
"browser-update": "^2.0.1"
}
}