forked from linagora/linagora.esn.unifiedinbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
86 lines (86 loc) · 2.38 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "linagora.esn.unifiedinbox",
"main": "index.js",
"version": "1.4.7-dev",
"authors": [
"Linagora <[email protected]>"
],
"description": "OpenPaaS Unified Inbox",
"keywords": [
"openpaas",
"inbox",
"linagora"
],
"license": "AGPLv3",
"homepage": "https://open-paas.org/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"frontend/components",
"test",
"tests"
],
"devDependencies": {
"angular": "1.3.20",
"angular-moment": "1.0.0-beta.6",
"moment": "2.15.1",
"chai": "3.4.0",
"jmap-client": "0.0.30",
"jquery": "2.1.4",
"angular-mocks": "1.3.20",
"angular-ui-router": "0.2.15",
"angular-component": "linagora/angular-component#0.1.4",
"dynamic-directive": "3.0.0",
"lodash": "2.4.1",
"sinon-chai": "2.8.0",
"angular-sanitize": "1.3.20",
"angular-material": "1.1.4",
"angular-uuid4": "0.3.1",
"angular-feature-flags": "1.6.1",
"ng-device-detector": "4.0.3",
"restangular": "1.3.1",
"mdi": "1.9.33",
"summernote": "linagora/summernote#0.8.2-1",
"angular-summernote": "0.8.1",
"offline": "0.7.14",
"Autolinker.js": "^0.24.1",
"waves": "0.7.5",
"ngInfiniteScroll": "linagora/ngInfiniteScroll#1.3.0-1",
"angular-animate": "1.3.20",
"animate.css": "~3.1.1",
"ng-tags-input": "3.0.0",
"ngGeolocation": "~0.0.4",
"openpaas-logo": "0.8.0",
"angular-file-upload": "danialfarid/angular-file-upload#~2.0.4",
"angular-messages": "1.3.16",
"matchmedia-ng": "1.0.8",
"angular-i18n": "1.3.20",
"angular-strap": "2.3.6",
"angular-translate": "2.15.2",
"chai-datetime": "~1.4.0",
"jquery.focus": "0.1.4",
"jquery-mockjax": "2.2.1",
"videogular": "1.4.4",
"videogular-buffering": "1.4.4",
"videogular-controls": "1.4.4",
"videogular-overlay-play": "1.4.4",
"videogular-themes-default": "1.4.4",
"angular-file-saver": "1.1.2",
"email-addresses": "3.0.0",
"popper.js": "1.12.9",
"DOMPurify": "^1.0.9"
},
"resolutions": {
"angular": "1.3.20",
"angular-animate": "1.3.20",
"summernote": "0.8.2-1",
"angular-messages": "1.3.16"
},
"dependencies": {
"moment-timezone": "0.5.13",
"remarkable-bootstrap-notify": "3.1.3",
"angularjs-dragula": "2.0.0",
"sanitize-html": "linagora/sanitize-html#c89d4ebe09da48296f33cc80ddcc02e11d853265"
}
}