{ "name": "openstreetbrowser", "version": "0.0.0", "description": "A re-make of the famous OpenStreetBrowser (pure JS, using Overpass API)", "main": "src/index.js", "repository": "https://github.com/plepe/openstreetbrowser", "author": "Stephan Bösch-Plepelits ", "license": "GPL-3.0", "dependencies": { "async": "^2.5.0", "font-awesome": "^4.7.0", "i18next-client": "^1.11.4", "ip-location": "^1.0.1", "leaflet": "^1.0.3", "leaflet-geosearch": "^2.4.0", "leaflet.locatecontrol": "^0.61.0", "moment": "^2.18.1", "opening_hours": "^3.5.0", "openstreetbrowser-categories-main": "https://github.com/plepe/openstreetbrowser-categories-main", "openstreetmap-tag-translations": "https://github.com/plepe/openstreetmap-tag-translations", "overpass-layer": "https://github.com/plepe/overpass-layer", "query-string": "^5.0.0", "sheet-router": "^4.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "browserify src/index.js -o dist/openstreetbrowser.js", "watch": "watchify --debug src/index.js -o dist/openstreetbrowser.js -v", "prepublish": "npm run build && npm run lint", "lint": "standard src/*.js" }, "devDependencies": { "browserify": "^14.4.0", "standard": "^10.0.2", "watchify": "^3.9.0" }, "standard": { "global": [ "lang", "ui_lang", "config", "options", "alert", "L", "register_hook", "call_hooks", "call_hooks_callback", "XMLHttpRequest", "map", "overpassFrontend", "location", "baseCategory", "currentPath", "overpassUrl" ] } }