-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 790 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 790 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
{
"name": "Artifacts",
"description": "Artifacts - live games solutions system",
"version": "0.1.0",
"dependencies": {
"angular-rn-carousel": "0.1.6",
"angular-leaflet-directive": "latest",
"leaflet": "latest",
"font-awesome": "latest",
"topcoat": "latest",
"angular-sanitize": "latest",
"angular-local-storage": "latest",
"angular-mobile-nav": "latest",
"restangular": "latest",
"lodash": "latest",
"angular": "1.2.6",
"angular-resource": "latest",
"angular-animate": "latest",
"angular-cookies": "latest",
"angular-mocks": "latest",
"angular-route": "latest",
"angular-http-auth": "latest",
"angular-ui-utils": "latest",
"angular-socket-io": "latest"
},
"resolutions": {
"angular": "1.2.6"
}
}