-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
67 lines (67 loc) · 2.04 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "laravel5-angular-material-starter",
"authors": [
"Jad Joubran <[email protected]>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5",
"angular-ui-router": "~0.2.15",
"ngstorage": "~0.3.3",
"angular-material": "~1.1.1",
"angular-animate": "1.5.9",
"angular-aria": "1.5.9",
"angular-messages": "1.5.9",
"restangular": "~1.5.2",
"angular-loading-bar": "~0.8.0",
"satellizer": "^0.14.0",
"angular-material-data-table": "~0.10.*",
"angular-ui-tree": "~2.15.*",
"angular-drag-and-drop-lists": "^1.4.0",
"angular-filter": "^0.5.8",
"textAngular": "^1.5.1",
"bootstrap-css-only": "^3.3.6",
"angular-sanitize": "^1.5.5",
"ng-flow": "~2",
"angular-wizard": "^0.6.1",
"ui-leaflet": "^1.0.1",
"leaflet-fullscreen": "^1.0.1",
"angular-paging": "^2.2.1",
"angular-translate": "2.11.x",
"angular-translate-loader-static-files": "2.11.x",
"sprintf": ">=1.0.0",
"leaflet-routing-machine": "https://github.com/perliedman/leaflet-routing-machine.git#^3.0.3",
"angular-translate-storage-local": "^2.11.0",
"angular-translate-storage-cookie": "^2.11.0",
"leaflet-icon-pulse": "leaflet-pulse-icon#^0.1.0",
"leaflet.markercluster": "https://github.com/Leaflet/Leaflet.markercluster.git#leaflet-0.7"
},
"overrides": {
"font-awesome": {
"main": [
"css/font-awesome.css"
]
},
"leaflet-fullscreen": {
"main": [
"dist/Leaflet.fullscreen.js",
"dist/leaflet.fullscreen.css"
]
},
"leaflet-icon-pulse": {
"main": [
"src/L.Icon.Pulse.js",
"src/L.Icon.Pulse.css"
]
}
},
"resolutions": {
"angular": "~1.5"
}
}