forked from nextcloud/mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 945 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
38
{
"name": "mail",
"version": "0.5.3",
"description": "Mail app",
"main": "mail.js",
"license": "AGPLv3",
"homepage": "https://github.com/nextcloud/mail",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
],
"dependencies": {
"autosize": "jquery-autosize#1.18.9",
"backbone": "^1.3.3",
"backbone.babysitter": "^0.1.12",
"backbone.marionette": "^3.0.0",
"backbone.radio": "^2.0.0",
"backbone.wreqr": "^1.3.7",
"davclient.js": "https://github.com/evert/davclient.js.git",
"domReady": "^2.0.1",
"es6-promise": "^4.0.5",
"handlebars": "^4.0.5",
"ical.js": "^1.2.1",
"jquery": "2.2.3",
"jquery-storage-api": "julien-maurel/jQuery-Storage-API#~1.7.4",
"jquery-visibility": "~1.0.11",
"requirejs": "^2.3.2",
"text": "^2.0.14",
"underscore": "~1.8.3"
},
"resolutions": {
"backbone": "^1.3.3"
}
}