-
Notifications
You must be signed in to change notification settings - Fork 13
/
bower.json
41 lines (41 loc) · 1.14 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
41
{
"name": "mfl-public-frontend",
"version": "0.0.1a36",
"devDependencies": {
"angular-mocks": "1.3.15"
},
"dependencies": {
"angular": "1.3.15",
"bootstrap": "~3.3.4",
"angular-bootstrap": "~0.13.0",
"angular-ui-router": "~0.2.15",
"underscore": "~1.8.3",
"toastr": "~2.1.0",
"angular-animate": "1.3.15",
"fontawesome": "~4.3.0",
"angular-toastr": "~0.5.2",
"angular-leaflet-directive": "0.9.0",
"typeahead.js": "~0.11.1",
"stacktrace-js": "~0.6.4",
"moment": "~2.10.3",
"Leaflet.label": "~0.2.1",
"leaflet.markercluster": "~0.4.0",
"leaflet-spin": "~0.1.0",
"angular-sanitize": "1.3.15",
"modernizr": "~2.8.3",
"angular-loading-bar": "~0.8.0",
"angular-localforage": "~1.2.2",
"angular-ui-select": "~0.12.0",
"angulartics-google-analytics": "~0.1.3",
"angulartics": "~0.20.0",
"leaflet-plugins": "~1.3.11",
"angular-ui-router-anim-in-out":
"https://github.com/homerjam/angular-ui-router-anim-in-out.git#master"
},
"resolutions": {
"angular": "1.3.15",
"leaflet": "0.7.x",
"angular-animate": "1.3.15",
"angulartics": "~0.20.3"
}
}