forked from linagora/hublin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
75 lines (75 loc) · 1.98 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
{
"name": "hublin",
"main": "index.js",
"version": "0.1.0",
"authors": [
"Linagora folks"
],
"description": "Hubl.in is a free and open source video conference solution built with love and designed with ethics in mind.",
"keywords": [
"social",
"webrtc",
"network",
"videoconference",
"meetings",
"conference"
],
"license": "AGPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"frontend/components",
"test",
"tests"
],
"dependencies": {
"angular": "1.6.8",
"angular-mocks": "1.6.8",
"angular-cookies": "1.6.8",
"angular-messages": "1.6.8",
"angular-animate": "1.6.8",
"angular-aria": "1.6.8",
"angular-material": "1.1.6",
"angular-localforage": "1.3.7",
"angular-moment": "1.2.0",
"angular-resizable": "https://github.com/cphyc/angular-resizable.git#1.1.1",
"angular-route": "1.6.8",
"angular-sanitize": "1.6.8",
"angular-social": "git+https://github.com/linagora/angular-social.git#6c4c3cc1700183e9b4e925f61dc11561410bf707",
"angular-strap": "2.3.12",
"angular-translate": "2.17.0",
"angular-ui-router": "1.0.12",
"angular-uuid4": "0.3.0",
"bootstrap": "3.2.0",
"css-element-queries": "~0.3.0",
"dynamic-directive": "1.0.0",
"email-addresses": "3.0.0",
"font-awesome": "~4.3.0",
"github-fork-ribbon-css": "~0.1.1",
"hark": "https://unpkg.com/[email protected]/hark.bundle.js",
"jquery": "2.1.1",
"jquery-resize": "*",
"lightbox2": "2.7.1",
"localforage": "1.4.0",
"lodash": "4.17.4",
"matchmedia-ng": "~1.0.5",
"moment": "2.20.1",
"ngclipboard": "1.1.3",
"ng-device-detector": "~1.1.7",
"URIjs": "1.14.2",
"restangular": "1.6.1"
},
"devDependencies": {
"angular-moment": "1.2.0",
"chai": "4.1.2",
"chai-spies": "1.0.0",
"moment": "2.20.1",
"moment-timezone": "0.5.14",
"sinon-chai": "2.11.0",
"sinon-browser-only": "1.17.1"
},
"resolutions": {
"angular": "1.6.8"
}
}