maposmatic/bower.json

38 wiersze
873 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": "^2.2.2",
"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.deflate": "^0.2.1",
"leaflet.markercluster": "^1.0.6",
"leaflet.markercluster.layersupport": "^1.0.4"
}
}