brouter-web/bower.json
Norbert Renner 5a277b0a34 add Bootstrap:
- remove normalize.css, included
- adjust to Bootstrap's "box-sizing: border-box"
- conflict with Leaflet "label" class
2015-03-06 17:21:53 +01:00

16 lines
347 B
JSON

{
"name": "brouter-web",
"version": "0.1.0",
"main": "js/index.js",
"ignore": [
"**/.*",
"bower_components"
],
"dependencies": {
"leaflet-search": "*",
"leaflet-plugins": "*",
"leaflet-routing": "nrenner/leaflet-routing#styles",
"Leaflet.Elevation": "MrMufflon/Leaflet.Elevation#master",
"async": "*"
}
}