-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
39 lines (39 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
{
"name": "mfl-admin-frontend",
"version": "0.0.1a49",
"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",
"angular-animate": "1.3.15",
"fontawesome": "4.3.0",
"angular-leaflet-directive": "0.9.0",
"stacktrace-js": "0.6.4",
"angularjs-dropdown-multiselect": "1.5.2",
"ng-tags-input": "2.3.0",
"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",
"c3": "0.4.10",
"angular-ui-select": "0.12.0",
"ng-idle": "https://github.com/MasterFacilityList/ng-idle.git#develop",
"angular-auto-validate": "https://github.com/MasterFacilityList/angular-auto-validate.git#api-message-hack",
"angular-toasty": "1.0.3",
"angularjs-datepicker": "0.2.10",
"ng-file-upload": "7.3.6",
"leaflet-plugins": "~1.3.11"
},
"resolutions": {
"angular": "1.3.15",
"leaflet": "0.7.x"
}
}