{
  "name": "@wikimedia/kartotherian",
  "version": "1.1.13",
  "description": "Renders map tiles",
  "main": "./app.js",
  "scripts": {
    "start": "service-runner",
    "lint": "grunt lint",
    "test": "grunt test",
    "docker-start": "service-runner docker-start",
    "docker-test": "service-runner docker-test",
    "coverage": "istanbul cover _mocha -- -R spec"
  },
  "repository": "kartotherian/kartotherian",
  "keywords": [
    "REST",
    "API",
    "service template",
    "MediaWiki"
  ],
  "author": "Yuri Astrakhan <YuriAstrakhan@gmail.com>",
  "contributors": [
    "Max Semenik <msemenik@wikimedia.org>"
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://phabricator.wikimedia.org/tag/maps/"
  },
  "homepage": "https://github.com/kartotherian/kartotherian",
  "dependencies": {
    "@kartotherian/mapnik": "~3.7.3",
    "@kartotherian/osm-bright-source": "^1.0.8-wmf.0",
    "@kartotherian/osm-bright-style": "^4.0.2",
    "@kartotherian/tilelive-bridge": "~3.1.0",
    "@kartotherian/tilelive-tmsource": "^1.0.2-alpha.0",
    "@kartotherian/tilelive-vector": "^4.0.3-alpha.0",
    "@mapbox/tilejson": "^1.0.3",
    "@mapbox/tilelive": "~5.12.2",
    "@wikimedia/kartotherian-autogen": "^1.0.2",
    "@wikimedia/kartotherian-babel": "^1.0.2",
    "@wikimedia/kartotherian-core": "^1.0.3",
    "@wikimedia/kartotherian-geoshapes": "^1.1.7",
    "@wikimedia/kartotherian-maki": "^1.0.5",
    "@wikimedia/kartotherian-overzoom": "^1.0.2",
    "@wikimedia/kartotherian-server": "^1.0.4",
    "@wikimedia/kartotherian-snapshot": "^1.0.9",
    "@wikimedia/kartotherian-substantial": "^1.0.2",
    "bluebird": "^3.5.0",
    "body-parser": "^1.17.1",
    "bunyan": "^1.8.9",
    "cassandra-uuid": "^0.0.2",
    "compression": "^1.6.2",
    "domino": "^1.0.28",
    "express": "^4.15.2",
    "js-yaml": "^3.8.2",
    "node-pre-gyp": "^0.6.34",
    "preq": "^0.5.2",
    "service-runner": "^2.8.4",
    "tilelive-http": "~0.13.0",
    "tilelive-tmstyle": "0.8.0"
  },
  "optionalDependencies": {
    "bunyan-prettystream": "*"
  },
  "devDependencies": {
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-config-kartotherian": "^0.0.5",
    "extend": "^3.0.0",
    "grunt": "^1.0.2",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-eslint": "^20.1.0",
    "grunt-mocha-test": "^0.13.3",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.4",
    "mocha-lcov-reporter": "^1.3.0",
    "request": "^2.85.0",
    "request-promise": "^4.2.2",
    "swagger-router": "^0.5.6"
  },
  "deploy": {
    "node": "6.11",
    "target": "debian",
    "dependencies": {
      "_all": [
        "libcairo2-dev",
        "libgif-dev",
        "libpango1.0-dev"
      ],
      "ubuntu": [
        "libjpeg62-dev"
      ],
      "debian": [
        "libjpeg62-turbo-dev"
      ]
    }
  },
  "gitHead": "3baf4e16daefd18e7e7f7f652d0b5f7dbff50dd2"
}
