{
  "name": "turf-hex-grid",
  "version": "3.0.12",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js",
    "doc": "dox -r < index.js | doxme --readme > README.md"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf-hex-grid.git"
  },
  "keywords": [
    "turf",
    "grid",
    "hexgrid",
    "hexbin",
    "points",
    "geojson"
  ],
  "author": "morganherlocker",
  "contributors": [
    "jseppi",
    "jvail",
    "lyzidiamond",
    "tmcw"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf-hex-grid/issues"
  },
  "homepage": "https://github.com/Turfjs/turf-hex-grid",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "tape": "^3.5.0",
    "turf-bbox-polygon": "^3.0.12",
    "turf-explode": "^3.0.12",
    "turf-inside": "^3.0.12"
  },
  "dependencies": {
    "turf-distance": "^3.0.12",
    "turf-helpers": "^3.0.12"
  }
}
