forked from pfitzpaddy/ngm-reportHub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
executable file
·44 lines (44 loc) · 1.21 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
42
43
44
{
"name": "ngm-reportHub",
"version": "0.0.0",
"dependencies": {
"materialize": "1.0.0",
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-cookies": "1.4.8",
"angular-filter-count-to": "~0.0.3",
"angular-leaflet-directive": "~0.8.8",
"angular-resource": "1.4.8",
"angular-route": "1.4.8",
"angular-sanitize": "1.4.8",
"angular-touch": "1.4.8",
"cal-heatmap": "~3.5.3",
"d3": "~3.5.6",
"highcharts": "~4.1.9",
"highcharts-ng": "~0.0.11",
"leaflet": "~0.7.5",
"leaflet.markercluster": "0.4.0-hotfix.1",
"moment": "~2.10.6",
"ngm-dashboard-framework": "~0.3.5",
"ngm-angular-dropzone": "~0.1.3",
"ngm-leaflet-control-geocoder": "~1.3.5",
"ngm-leaflet-fullscreen": "~1.0.1",
"ng-table": "~0.8.3",
"ng-csv": "~0.3.6",
"angularUtils-pagination": "angular-utils-pagination#~0.11.0",
"angular-xeditable": "^0.6.0",
"angular-translate": "^2.18.1",
"angular-material": "1.1.18",
"angular-aria": "1.4.8",
"ngInfiniteScroll": "1.3.4"
},
"devDependencies": {
"angular-mocks": "1.4.8",
"materialize": "1.0.0"
},
"appPath": "app",
"moduleName": "ngmReportHub",
"resolutions": {
"angular": "1.4.8"
}
}