forked from jangouts/jangouts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 941 Bytes
/
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
{
"name": "jangouts",
"license": "MIT",
"version": "0.3.9",
"dependencies": {
"angular-animate": "~1.4.8",
"angular-cookies": "~1.4.8",
"angular-touch": "~1.4.8",
"angular-sanitize": "~1.4.8",
"jquery": "~2.1.1",
"angular-ui-router": "~0.2.15",
"bootstrap-sass-official": "3.3 <= 3.3.4",
"angular-bootstrap": "~0.14.3",
"angular": "~1.4.8",
"janus-gateway": "git://github.com/meetecho/janus-gateway.git#9bd3a2f",
"angular-block-ui": "~0.2.0",
"lodash": "~3.10.1",
"ngEmbed": "ng-embed#~2.0.3",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0",
"angular-gridster": "~0.13.5",
"angular-extended-notifications": "~1.0.4",
"angular-audio": "~1.7.1",
"angular-local-storage": "~0.2.3"
},
"devDependencies": {
"angular-mocks": "~1.4.8"
},
"resolutions": {
"jquery": "~2.1.1",
"angular": "~1.4.8",
"angular-sanitize": "~1.4.8"
}
}