-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 962 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 962 Bytes
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
{
"name": "copcast-admin",
"version": "0.0.0",
"main": "index.html",
"dependencies": {
"angular": "~1.3.4",
"angular-animate": "~1.3.4",
"angular-bootstrap": "~0.13.0",
"angular-cookies": "~1.3.4",
"angular-gettext": "~2.1.0",
"angular-http-auth": "~1.2.2",
"angular-notify": "~2.5.0",
"angular-resource": "~1.3.4",
"angular-route": "~1.3.4",
"angular-sanitize": "~1.3.4",
"angular-touch": "~1.3.4",
"angular-ui-map": "~0.5.0",
"bootstrap-sass": "~3.3.5",
"bootstrap-select": "~1.7.2",
"jquery": "~2.1.4",
"moment": "~2.10.3",
"ng-file-upload": "~5.0.3",
"ng-file-upload-shim": "~5.0.3",
"event-signal": "~0.1.6"
},
"devDependencies": {
"angular-mocks": "~1.3.4"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "1.3.17",
"angular-animate": "~1.3.4",
"angular-touch": "~1.3.4",
"angular-sanitize": "~1.3.4",
"angular-route": "~1.3.4"
}
}