forked from linagora/hublin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
65 lines (65 loc) · 2.04 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
{
"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. It's the best way to initiate a communication anywhere with anybody and brings real time conversation to the next level. Hubl.in allows free communication without additional plugins.",
"keywords": [
"social",
"webrtc",
"network",
"videoconference",
"meetings",
"conference"
],
"license": "AGPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"frontend/components",
"test",
"tests"
],
"dependencies": {
"opangular": "https://ci.open-paas.org/stash/scm/opangmod/opangular.git",
"angular-liveconference": "https://ci.open-paas.org/stash/scm/opangmod/angular-liveconference.git",
"jquery": "2.1.1",
"angular": "1.3.15",
"angular-route": "1.3.15",
"angular-ui-router": "0.2.15",
"bootstrap": "~3.1.0",
"angular-strap": "https://ci.open-paas.org/stash/scm/or/angular-strap.git",
"font-awesome": "~4.3.0",
"angular-uuid4": "~0.3.0",
"angular-moment": "~0.10.1",
"angular-pines-notify": "~1.0.0",
"URIjs": "~1.14.2",
"angular-cookies": "~1.3.14",
"angular-social": "git+https://github.com/linagora/angular-social.git#0f395b96bac01845a9f0d97b6c3fa45c301a8018",
"matchmedia-ng": "~1.0.5",
"angular-localforage": "1.2.2",
"localforage": "1.2.0",
"lightbox2": "~2.7.1",
"jquery-resize": "*",
"angular-resizable": "https://github.com/cphyc/angular-resizable.git#1.1.1",
"ng-device-detector": "~1.1.7",
"github-fork-ribbon-css": "~0.1.1",
"moment": "~2.10.3",
"css-element-queries": "~0.3.0",
"pines-notify": "2.0.1",
"dynamic-directive": "1.0.0"
},
"resolutions": {
"angular": "1.3.15",
"bootstrap": "~3.1.0",
"jquery": "~2.1.1",
"moment": ">=2.8.0 <2.11.0",
"angular-moment": "~0.10.1"
},
"devDependencies": {
"chai-spies": "chaijs/chai-spies#~0.6.0"
}
}