{
  "name": "geojson-cover",
  "version": "0.1.5",
  "description": "generates an s2 cover from geojson",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mapbox/geojson-cover.git"
  },
  "keywords": [
    "s2",
    "node-s2",
    "cover",
    "geojson"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mapbox/geojson-cover/issues"
  },
  "homepage": "https://github.com/mapbox/geojson-cover",
  "dependencies": {
    "geojson-extent": "^0.3.0",
    "geojson-normalize": "0.0.0",
    "s2": "^0.3.8",
    "turf-buffer": "^0.1.0"
  },
  "devDependencies": {
    "queue-async": "^1.0.7",
    "tape": "^2.14.0"
  }
}
