{
  "name": "vt-grid",
  "version": "4.1.1",
  "description": "Build up a pyramid of vector tiles by aggregating quantitative data into grids at lower zooms.",
  "bin": "bin/vt-grid",
  "scripts": {
    "test": "eslint . && tap --coverage test/*.js test/lib",
    "docs": "documentation readme -s API"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anandthakker/vt-grid.git"
  },
  "author": "Anand Thakker <vestibule@anandthakker.net> (http://anandthakker.net/)",
  "license": "ISC",
  "dependencies": {
    "debug": "^2.2.0",
    "geojson-polygon-aggregate": "^2.0.0",
    "geojson-vt": "^2.1.7",
    "mbtiles": "^0.9.0",
    "point-geometry": "0.0.0",
    "pretty-ms": "^2.1.0",
    "simple-statistics": "^2.0.0-beta1",
    "single-line-log": "^1.1.1",
    "tile-reduce": "^3.1.1",
    "tilebelt": "^0.7.1",
    "tmp": "0.0.28",
    "uniq": "^1.0.1",
    "vector-tile": "^1.1.3",
    "yargs": "^3.15.0"
  },
  "devDependencies": {
    "cheap-ruler": "^2.3.0",
    "documentation": "^4.0.0-beta2",
    "eslint": "^2.8.0",
    "eslint-config-standard": "^5.2.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "flat": "^2.0.0",
    "fs-extra": "^0.24.0",
    "lodash.flatten": "^4.2.0",
    "oam-browser-filters": "^2.0.0",
    "split": "^1.0.0",
    "stream-statistics": "^0.4.0",
    "tap": "^2.0.0",
    "through2": "^2.0.1",
    "vt-geojson": "^2.0.0"
  }
}
