{ "name": "openstreetbrowser", "version": "4.7.0", "description": "A re-make of the famous OpenStreetBrowser (pure JS, using Overpass API)", "main": "src/export.js", "repository": "https://github.com/plepe/openstreetbrowser", "author": "Stephan Bösch-Plepelits ", "license": "GPL-3.0", "dependencies": { "@babel/cli": "^7.7.7", "@babel/core": "^7.7.7", "@babel/preset-env": "^7.7.7", "@fortawesome/fontawesome-free": "^5.12.0", "@mapbox/maki": "^5.0.0", "@turf/area": "^6.0.1", "@turf/length": "^6.0.2", "async": "^2.5.0", "async-foreach": "^0.1.3", "babelify": "^10.0.0", "color-interpolate": "^1.0.5", "event-emitter": "^0.3.5", "file-saver": "^2.0.0", "formatcoords": "^1.1.3", "i18next-client": "^1.11.4", "ip-location": "^1.0.1", "json-multiline-strings": "^0.1.0", "leaflet": "^1.6.0", "leaflet-geosearch": "^2.4.0", "leaflet-polylineoffset": "^1.1.0", "leaflet-textpath": "git+https://github.com/makinacorpus/Leaflet.TextPath.git#leaflet0.8-dev", "leaflet.locatecontrol": "git+https://github.com/plepe/leaflet-locatecontrol.git#initialZoomLevel", "leaflet.polylinemeasure": "git+https://github.com/ppete2/Leaflet.PolylineMeasure.git", "md5": "^2.2.1", "measure-ts": "^3.3.2", "modulekit-tabs": "^0.2.2", "moment": "^2.18.1", "natsort": "^1.0.6", "opening_hours": "^3.5.0", "openstreetbrowser-categories-main": "git+https://github.com/plepe/openstreetbrowser-categories-main.git", "openstreetmap-date-format": "^0.2.0", "openstreetmap-date-parser": "^0.1.0", "openstreetmap-tag-translations": "git+https://github.com/plepe/openstreetmap-tag-translations.git", "overpass-layer": "^2.5.0", "query-string": "^5.0.0", "sheet-router": "^4.2.3", "temaki": "^1.9.0", "weight-sort": "^1.3.0" }, "scripts": { "test": "mocha --bail", "build": "npm run build-locales && browserify -g browserify-css src/index.js -o dist/tmp1.js && babel --presets @babel/preset-env dist/tmp1.js > dist/tmp2.js && mv dist/tmp2.js dist/openstreetbrowser.js && rm dist/tmp1.js", "build-locales": "for i in `ls locales/` ; do browserify locales/$i -o dist/locale-$i ; done", "watch": "npm run build-locales && watchify --debug -g browserify-css src/index.js -o dist/openstreetbrowser.js -v", "prepublish": "npm run build", "lint": "standard src/*.js" }, "devDependencies": { "browserify": "^14.4.0", "browserify-css": "^0.15.0", "leaflet-polylinedecorator": "git+https://github.com/plepe/Leaflet.PolylineDecorator.git", "mocha": "^5.2.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", "ajax" ], "rules": { "camelcase": 0 } } }