forked from ProtonMail/WebClients
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
71 lines (71 loc) · 2.03 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "protonmail-web",
"description": "Angular frontend for protonmail.com",
"main": "",
"authors": [
"ProtonMail Inc."
],
"license": "MIT",
"homepage": "https://github.com/ProtonMail/Angular",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"test",
"tests"
],
"dependencies": {
"angular-cookies": "~1.6.1",
"angular-gettext": "~2.2.1",
"angular-ical": "~1.1.0",
"angular-loader": "~1.6.1",
"angular-messages": "~1.6.1",
"angular-notify": "https://github.com/EpokK/angular-notify.git#master",
"angular-resource": "~1.6.1",
"angular-route": "~1.6.1",
"angular-sanitize": "~1.6.1",
"angular-translate-loader-static-files": "~2.11.0",
"angular-translate-storage-cookie": "~2.11.0",
"angular-translate-storage-local": "~2.11.0",
"angular-translate": "~2.11.0",
"angular-ui-router": "~0.3.2",
"angular": "^1.6.1",
"autofill-event": "~1.0.0",
"bcryptjs": "~2.3.0",
"bootstrap-sass": "bootstrap-sass-official#~3.3.6",
"bootstrap": "~3.3.6",
"bourbon": "~4.2.6",
"dompurify": "https://github.com/ProtonMail/DOMPurify.git#master",
"bower-angular-mocks": "~1.5.5",
"dropzone": "~4.2.0",
"es6-promise": "~3.0.2",
"fastclick": "~1.0.6",
"html2canvas": "~0.4.1",
"ical.js": "~1.1.2",
"jquery.payment": "~1.3.2",
"jquery": "~2.2.0",
"moment": "~2.11.1",
"ng-sortable": "~1.3.2",
"open-sans-fontface": "~1.4.2",
"papaparse": "~4.1.2",
"pikaday-angular": "~2.0.0",
"pikaday": "~1.4.0",
"requirejs": "~2.1.22",
"Squire": "https://github.com/ProtonMail/Squire.git#stable",
"svg4everybody": "~2.0.0",
"svgeezy": "^1.0.0",
"underscore.string": "~2.3.3",
"underscore": "~1.8.3",
"vcard": "https://github.com/ProtonMail/vcard.git#master",
"mousetrap": "^1.5.3",
"push.js": "^0.0.8",
"awesomplete": "^1.1.1",
"angular-ui-indeterminate": "^1.0.0",
"openpgp": "^2.3.5"
},
"resolutions": {
"angular": "1.6.1"
}
}