maposmatic/bower.json

37 wiersze
906 B
JSON

{
"name": "maposmatic",
"homepage": "https://github.com/hholzgra/maposmatic",
"description": "maposmatic django web frontend",
"main": "manage.py",
"keywords": [
"osm",
"print"
],
"authors": [
"Hartmut Holzgraefe <hartmut@php.net>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/static/bower",
"test",
"tests"
],
"dependencies": {
"jquery": "^1.11.0",
"font-awesome": "^4.6.3",
"bootstrap": "~3",
"leaflet": "^0.7.7",
"leaflet-search": "^2.6.1",
"Leaflet.EasyButton": "^1.3.1",
"leaflet-areaselect": "*",
"leaflet-locationfilter": "*",
"leaflet-providers": "^1.1.15",
"leaflet.locatecontrol": "^0.62.0",
"Leaflet.RestoreView": "https://github.com/makinacorpus/Leaflet.RestoreView.git",
"leaflet-gpx": "https://github.com/mpetazzoni/leaflet-gpx.git#^1.3.1"
}
}