-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
54 lines (54 loc) · 1.23 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
{
"name": "linagora.esn.chat",
"main": "index.js",
"version": "1.11.0-dev",
"authors": [
"Linagora R&D"
],
"description": "Chat module for the OpenPaaS ESN",
"keywords": [
"chat",
"openpaas",
"collaboration",
"linagora",
"im"
],
"license": "AGPLv3",
"homepage": "https://open-paas.org/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"frontend/components",
"test",
"tests"
],
"dependencies": {
"zInfiniteScroll": "1.1.4",
"angular-inview": "2.1.0"
},
"devDependencies": {
"angular": "1.3.20",
"angular-moment": "1.0.0-beta.6",
"angular-web-notification": "1.0.19",
"angular-file-upload": "danialfarid/angular-file-upload#~2.0.4",
"moment": "2.15.1",
"chai": "3.4.0",
"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": "2.0.0",
"uuid4": "~1.1.0",
"angular-uuid4": "~0.3.1",
"restangular": "1.3.1",
"lodash": "2.4.1",
"sinon-chai": "~2.8.0",
"angular-xeditable": "^0.1.12",
"angular-sanitize": "1.3.20",
"angular-strap": "2.3.6"
},
"resolutions": {
"angular": "1.3.20"
}
}