87 lines
2 KiB
JSON
87 lines
2 KiB
JSON
{
|
|
"name": "brouter-web",
|
|
"version": "0.5.0",
|
|
"main": "dist/**/*",
|
|
"ignore": [
|
|
"**/.*",
|
|
"bower_components"
|
|
],
|
|
"dependencies": {
|
|
"leaflet": "~0.7.3",
|
|
"leaflet-plugins": "nrenner/leaflet-plugins#https-only",
|
|
"leaflet-routing": "Turistforeningen/leaflet-routing#gh-pages",
|
|
"async": "~0.9.2",
|
|
"d3": "~3.5.5",
|
|
"leaflet.draw": "~0.2.3",
|
|
"bootstrap": "~3.3.4",
|
|
"DataTables": "~1.10.5",
|
|
"leaflet.elevation": "MrMufflon/Leaflet.Elevation#master",
|
|
"leaflet-control-geocoder": "~1.1.0",
|
|
"Leaflet.EasyButton": "*",
|
|
"bootbox": "~4.4.0",
|
|
"seiyria-bootstrap-slider": "~4.8.1",
|
|
"url-search-params": "~0.5.0"
|
|
},
|
|
"overrides": {
|
|
"leaflet": {
|
|
"main": [
|
|
"dist/leaflet-src.js",
|
|
"dist/leaflet.css",
|
|
"dist/images/*.png"
|
|
]
|
|
},
|
|
"leaflet-plugins": {
|
|
"main": [
|
|
"control/Permalink.js",
|
|
"control/Permalink.Layer.js",
|
|
"layer/tile/Bing.js"
|
|
]
|
|
},
|
|
"leaflet-routing": {
|
|
"main": [
|
|
"src/utils/LineUtil.Snapping.js",
|
|
"src/utils/Marker.Snapping.js",
|
|
"src/L.Routing.js",
|
|
"src/L.Routing.Draw.js",
|
|
"src/L.Routing.Edit.js"
|
|
]
|
|
},
|
|
"leaflet.draw": {
|
|
"main": [
|
|
"dist/leaflet.draw-src.js",
|
|
"dist/leaflet.draw.css",
|
|
"dist/images/*.png"
|
|
],
|
|
"dependencies": null
|
|
},
|
|
"bootstrap": {
|
|
"main": [
|
|
"dist/js/bootstrap.js",
|
|
"dist/css/bootstrap.css",
|
|
"dist/css/bootstrap-theme.css",
|
|
"dist/fonts/*"
|
|
]
|
|
},
|
|
"leaflet.elevation": {
|
|
"main": [
|
|
"dist/leaflet.elevation-0.0.4.src.js",
|
|
"dist/leaflet.elevation-0.0.4.css",
|
|
"dist/images/*.png"
|
|
],
|
|
"dependencies": null
|
|
},
|
|
"leaflet-control-geocoder": {
|
|
"main": [
|
|
"Control.Geocoder.js",
|
|
"Control.Geocoder.css",
|
|
"images/*.+(png|gif)"
|
|
]
|
|
},
|
|
"url-search-params": {
|
|
"main": "build/url-search-params.js"
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"leaflet.elevation": "master"
|
|
}
|
|
}
|