{
  "name": "@kartotherian/tilerator",
  "version": "1.1.5-wmf.0",
  "description": "Map tiles pre-generation service",
  "main": "./app.js",
  "scripts": {
    "start": "service-runner",
    "test": "echo \"No test specified\" && exit 0",
    "docker-start": "service-runner docker-start",
    "docker-test": "service-runner docker-test",
    "coverage": "istanbul cover _mocha -- -R spec"
  },
  "repository": "kartotherian/tilerator",
  "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": "https://github.com/kartotherian/tilerator/issues",
  "homepage": "https://github.com/kartotherian/tilerator",
  "dependencies": {
    "@kartotherian/autogen": "^1.0.1-wmf.0",
    "@kartotherian/babel": "^1.0.1-wmf.0",
    "@kartotherian/cassandra": "^1.0.1-wmf.0",
    "@kartotherian/core": "^1.0.2-wmf.0",
    "@kartotherian/err": "^1.0.2-wmf.0",
    "@kartotherian/input-validator": "^1.0.1-wmf.0",
    "@kartotherian/jobprocessor": "^1.0.4-wmf.0",
    "@kartotherian/layermixer": "^1.0.1-wmf.0",
    "@kartotherian/mapnik": "~3.7.3",
    "@kartotherian/osm-bright-source": "^1.0.5",
    "@kartotherian/osm-bright-style": "^4.0.1",
    "@kartotherian/overzoom": "^1.0.1-wmf.0",
    "@kartotherian/postgres": "^1.0.1-wmf.0",
    "@kartotherian/server": "^1.0.3-wmf.0",
    "@kartotherian/substantial": "^1.0.1-wmf.0",
    "@kartotherian/tilelive-bridge": "~3.1.0",
    "@kartotherian/tilelive-tmsource": "^1.0.2-alpha.0",
    "@kartotherian/tilelive-vector": "^4.0.3-alpha.0",
    "@mapbox/tilelive": "~5.12.2",
    "bluebird": "^3.5.0",
    "body-parser": "^1.17.1",
    "bunyan": "^1.8.1",
    "cassandra-uuid": "^0.0.2",
    "compression": "^1.6.1",
    "domino": "^1.0.28",
    "express": "^4.13.4",
    "heapdump": "*",
    "htcp-purge": "^0.1.2",
    "jade": "^1.11.0",
    "js-yaml": "^3.8.2",
    "kue": "^0.11.0",
    "kue-ui-express": "^1.0.2",
    "minimist": "0.2.*",
    "preq": "^0.5.2",
    "quadtile-index": "^0.0.6",
    "service-runner": "^2.6.4",
    "tilelive-tmstyle": "0.8.0",
    "underscore": "^1.8.3",
    "why-is-node-running": "^1.2.2",
    "yargs": "^5.0.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.3",
    "mocha": "^5.0.4",
    "mocha-lcov-reporter": "^1.2.0",
    "nock": "^9.6.1",
    "swagger-router": "^0.4.2",
    "tilelive-file": "~0.0.3",
    "tilelive-http": "~0.13.0",
    "wait-as-promised": "^1.0.2"
  },
  "deploy": {
    "node": "6.11",
    "target": "debian",
    "install_opts": [
      "--build-from-source=mapnik",
      "--fallback-to-build=false"
    ],
    "dependencies": {
      "_all": [
        "libcairo2-dev",
        "libgif-dev",
        "libpango1.0-dev"
      ],
      "ubuntu": [
        "libjpeg62-dev"
      ],
      "debian": [
        "libjpeg62-turbo-dev",
        "fonts-dejavu",
        "libboost-filesystem-dev",
        "libboost-program-options-dev",
        "libboost-regex-dev",
        "libboost-system-dev",
        "libboost-thread-dev",
        "libgdal-dev",
        "libicu-dev",
        "libpq-dev",
        "libcurl4-gnutls-dev",
        "libproj-dev",
        "libtiff-dev",
        "libwebp5",
        {
          "repo_url": "https://apt.wikimedia.org/wikimedia",
          "release": "jessie-wikimedia",
          "pool": "backports",
          "packages": [
            "libmapbox-variant-dev",
            "libmapnik-dev",
            "mapnik-utils"
          ]
        }
      ]
    }
  },
  "gitHead": "3baf4e16daefd18e7e7f7f652d0b5f7dbff50dd2"
}
