forked from makoscafee/EcosystemMapping
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
executable file
·33 lines (33 loc) · 839 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
32
33
{
"name": "laravel5-angular-material-starter",
"authors": [
"Jad Joubran <jad@jadjoubran.com>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5",
"angular-ui-router": "~1.0.0-alpha.3",
"ngstorage": "^0.3.11",
"angular-material": "~1.0.8",
"restangular": "~1.5.2",
"angular-loading-bar": "~0.9.0",
"satellizer": "^0.14.0",
"angular-leaflet-directive": "^0.10.0",
"leaflet": "^1.0.1",
"lodash": "^4.16.4",
"leaflet.markercluster": "^1.0.5",
"Leaflet.awesome-markers": "^2.0.2",
"angular-material-datetimepicker": "https://github.com/logbon72/angular-material-datetimepicker.git#^1.5.1",
"moment": "^2.18.1"
},
"resolutions": {
"leaflet": "0.7.x",
"angular": "1.6.3"
}
}