forked from Trustroots/trustroots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 881 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
{
"name": "trustroots",
"version": "0.1.0",
"description": "Enabling the latent trust between humans.",
"dependencies": {
"bootstrap": "~3.3.1",
"angular": "~1.2",
"angular-resource": "~1.2",
"angular-mocks": "~1.2",
"angular-animate": "~1.2",
"angular-touch": "~1.2",
"angular-sanitize": "~1.2",
"angular-bootstrap": "~0.12.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.13",
"angular-moment": "~0.8.3",
"angular-medium-editor": "~0.0.6",
"angular-socket-io": "~0.7.0",
"angular-perfect-scrollbar": "0.0.3",
"angular-ui-select": "~0.9.4",
"fontawesome": "~4",
"angular-leaflet-directive": "~0.7.9",
"leaflet.markercluster": "~0.4.0",
"ngGeolocation": "~0.0.6",
"angular-masonry": "~0.9.1",
"angular-waypoints": "~1.0.1"
},
"resolutions": {
"angular": "1.2.28"
}
}