forked from mallocnode/WebClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
72 lines (72 loc) · 2.45 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
72
{
"name": "protonmail-web-client",
"version": "0.0.2",
"homepage": "https://github.com/ProtonMail/Angular",
"authors": [
"Richard Tetaz [email protected]",
"Jason Stockman [email protected]",
"Dayne Davis [email protected]"
],
"description": "Angular frontend for protonmail.com",
"license": "All Rights Reserved",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-bootstrap": "~0.13.0",
"angular-cookies": "~1.4.3",
"angular-dragdrop": "~1.0.11",
"angular-loader": "~1.4.3",
"angular-markdown-directive": "~0.3.0",
"angular-mocks": "~1.4.3",
"angular-notify": "~2.5.0",
"angular-resource": "~1.4.3",
"angular-route": "~1.4.3",
"angular-sanitize": "~1.4.3",
"angular-toggle-switch": "https://github.com/ProtonMail/angular-toggle-switch.git",
"angular-translate": "~2.7.0",
"angular-translate-loader-static-files": "~2.7.0",
"angular-translate-storage-local": "~2.7.0",
"angular-ui-router": "~0.2.0",
"autofill-event": "https://github.com/tbosch/autofill-event.git",
"autosize-input": "https://github.com/ProtonMail/jQuery.Autosize.Input.git",
"bootstrap": "~3.3.4",
"bootstrap-sass-official": "https://github.com/ProtonMail/bootstrap-sass.git",
"bourbon": "~3.2.3",
"dompurify": "~0.6.5",
"dragdealer": "https://github.com/skidding/dragdealer.git",
"dragster": "~0.1.3",
"dropzone": "~4.0.1",
"es6-promise": "https://github.com/jakearchibald/es6-promise.git",
"jquery": "https://github.com/jquery/jquery.git",
"jquery-ui": "~1.10.0",
"lodash": "~2.4.1",
"mellt": "https://github.com/ProtonMail/Mellt.git",
"modernizr": "~2.8.3",
"moment": "~2.6.0",
"mousetrap": "~1.4.6",
"ng-file-upload": "https://github.com/danialfarid/ng-file-upload.git",
"ng-sortable": "~1.2.0",
"papaparse": "~4.1.1",
"pikaday-angular": "~2.0.0",
"requirejs": "~2.1.14",
"squire-rte": "https://github.com/neilj/Squire.git",
"tagmanager": "https://github.com/ProtonMail/tagmanager.git#master",
"typeahead.js": "https://github.com/ProtonMail/typeahead.js.git#master",
"underscore.string": "~2.3.3",
"vcard": "https://github.com/ProtonMail/vcard.git#master"
},
"resolutions": {
"angular": "~1.4.x"
},
"devDependencies": {
"html2canvas": "~0.4.1"
}
}