{ "name": "maposmatic", "homepage": "https://github.com/hholzgra/maposmatic", "description": "maposmatic django web frontend", "main": "manage.py", "keywords": [ "osm", "print" ], "authors": [ "Hartmut Holzgraefe " ], "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" } }