{ "name": "brouter-web", "version": "0.5.0", "main": "dist/**/*", "ignore": [ "**/.*", "bower_components" ], "dependencies": { "leaflet": "~0.7.3", "leaflet-plugins": "~1.3.2", "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", "L.EasyButton": "*", "bootbox": "~4.4.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" ] }, "bootstrap": { "main": [ "dist/js/bootstrap.js", "dist/css/bootstrap.css", "dist/css/bootstrap-theme.css", "dist/fonts/*" ] }, "Leaflet.Elevation": { "dependencies": null }, "leaflet-control-geocoder": { "main": [ "Control.Geocoder.js", "Control.Geocoder.css", "images/*.+(png|gif)" ] } } }