{
  "name": "mapeo-id-bmf",
  "version": "1.3.2",
  "description": "iD Editor for osm-p2p & mapeo-desktop changed to meet requirements of Bruno Manser Fonds",
  "main": "iD.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LukasWillin/mapeo-id-bmf.git"
  },
  "keywords": [
    "editor",
    "openstreetmap",
    "mapeo",
    "osm-p2p",
    "bmf",
    "bruno-manser-fonds"
  ],
  "license": "ISC",
  "scripts": {
    "all": "npm-run-all -s clean build dist",
    "build": "node development_server.js && node monkey_patches/patch-locales.js",
    "clean": "shx rm -f dist/*.js dist/*.map dist/*.css dist/img/*.svg",
    "dist": "npm-run-all -p dist:**",
    "dist:mapillary": "shx mkdir -p dist/mapillary-js && shx cp -R node_modules/mapillary-js/dist/* dist/mapillary-js/",
    "dist:min": "uglifyjs dist/iD.js -c warnings=false -m -o dist/iD.min.js",
    "dist:svg:id": "node svg/spriteify.js --svg svg/iD-sprite.src.svg --json svg/iD-sprite.json > dist/img/iD-sprite.svg",
    "dist:svg:community": "svg-sprite --symbol --symbol-dest . --shape-id-generator \"community-%s\" --symbol-sprite dist/img/community-sprite.svg node_modules/osm-community-index/dist/img/*.svg",
    "dist:svg:maki": "svg-sprite --symbol --symbol-dest . --symbol-sprite dist/img/maki-sprite.svg node_modules/@mapbox/maki/icons/*.svg",
    "imagery": "node data/update_imagery",
    "lint": "eslint *.js js/id test/spec modules",
    "start": "node development_server.js develop",
    "test": "npm-run-all -s lint build test:**",
    "test:phantom": "phantomjs --web-security=no node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec",
    "translations": "node data/update_locales"
  },
  "dependencies": {
    "@mapbox/sexagesimal": "1.1.0",
    "@mapbox/togeojson": "0.16.0",
    "diacritics": "1.3.0",
    "lodash-es": "4.17.8",
    "marked": "0.3.19",
    "node-diff3": "1.0.0",
    "osm-auth": "1.0.2",
    "rbush": "2.0.2",
    "which-polygon": "2.2.0",
    "wmf-sitematrix": "0.1.4"
  },
  "devDependencies": {
    "@mapbox/maki": "^4.0.0",
    "@std/esm": "0.22.0",
    "chai": "^4.1.0",
    "colors": "^1.1.2",
    "concat-files": "^0.1.1",
    "d3": "4.13.0",
    "ecstatic": "^3.0.0",
    "editor-layer-index": "osmlab/editor-layer-index.git#gh-pages",
    "eslint": "^4.3.0",
    "gaze": "^1.1.1",
    "glob": "^7.1.0",
    "happen": "^0.3.1",
    "js-yaml": "^3.9.0",
    "json-stable-stringify": "^1.0.1",
    "jsonschema": "^1.1.0",
    "mapillary-js": "2.11.1",
    "minimist": "^1.2.0",
    "mocha": "^5.0.0",
    "mocha-phantomjs-core": "^2.1.0",
    "name-suggestion-index": "0.1.5",
    "npm-run-all": "^4.0.0",
    "osm-community-index": "~0.4.0",
    "phantomjs-prebuilt": "~2.1.11",
    "request": "^2.85.0",
    "rollup": "~0.58.0",
    "rollup-plugin-commonjs": "^9.0.0",
    "rollup-plugin-json": "^2.2.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "shelljs": "^0.8.0",
    "shx": "^0.2.1",
    "sinon": "^5.0.0",
    "sinon-chai": "^3.0.0",
    "smash": "0.0",
    "svg-sprite": "1.4.0",
    "uglify-js": "~3.2.0",
    "xml2js": "^0.4.17",
    "xmlbuilder": "^9.0.6"
  },
  "greenkeeper": {
    "label": "chore-greenkeeper",
    "ignore": [
      "@std/esm",
      "d3"
    ]
  },
  "engines": {
    "node": ">=6.0.0",
    "npm": ">=3.0.0"
  },
  "bugs": {
    "url": "https://github.com/LukasWillin/mapeo-id-bmf/issues"
  },
  "homepage": "https://github.com/LukasWillin/mapeo-id-bmf#readme",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "author": ""
}
