-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
38 lines (38 loc) · 1020 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
34
35
36
37
38
{
"name": "speech-bubble",
"version": "0.0.0",
"dependencies": {
"angular": "~1.3.16",
"angular-aria": "~1.3.13",
"angular-bootstrap": "~0.13.0",
"angular-bootstrap-lightbox": "~0.9.0",
"angular-cookies": "~1.3.16",
"angular-filter": "~0.5.4",
"angular-growl-v2": "~0.7.3",
"angular-local-storage": "~0.2.2",
"angular-resource": "~1.3.16",
"angular-sanitize": "~1.3.16",
"angular-ui-router": "~0.2.10",
"angular-ui-select": "~0.11.1",
"bootstrap": "~3.3.4",
"bootstrap-sass-official": "~3.3.4",
"bootstrap-switch": "~3.3.2",
"es5-shim": "~4.1.0",
"font-awesome": ">=4.1.0",
"jquery": "~1.9.1",
"json3": "~3.3.1",
"lodash": "~2.4.1",
"ng-ckeditor": "~0.2.1",
"ng-file-upload": "~3.0.7",
"ng-videosharing-embed": "~0.3.3",
"respond": "~1.4.2",
"underscore": "~1.8.3"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"resolutions": {
"angular": "~1.3.15"
}
}