-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1.01 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
{
"name": "client",
"version": "0.0.0",
"dependencies": {
"angular": "1.5.8",
"bootbox": "^5.3.4",
"json3": "^3.3.0",
"es5-shim": "^4.0.0",
"bootstrap-sass-official": "3.3.7",
"angular-animate": "1.5.8",
"angular-aria": "1.6.1",
"angular-messages": "1.6.1",
"angular-resource": "1.6.1",
"angular-route": "1.6.1",
"angular-sanitize": "1.6.1",
"angular-touch": "1.6.1",
"moment": "~2.9.0",
"angular-spinner": "~0.6.1",
"angular-ui-map": "~0.5.0",
"angular-ui-utils": "bower-event",
"angular-ui": "~0.4.0",
"angular-bootstrap": "^1.0.0",
"humanize-duration": "~2.6.1",
"angular-local-storage": "~0.1.5",
"ng-device-detector": "~1.1.5",
"angular-cookie": "~4.0.8",
"ngBootbox": "~0.2.0",
"angular-idle": "1.3.2"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"appPath": "app",
"resolutions": {
"angular": "1.5.8",
"angular-ui-utils": "0.x",
"bootbox": "^5.3.4"
}
}