{
  "name": "turf-polygon",
  "version": "1.0.3",
  "description": "turf polygon module",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js",
    "doc": "dox -r < index.js | doxme --readme > README.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Turfjs/turf-polygon.git"
  },
  "keywords": [
    "gis",
    "geojson",
    "turf",
    "polygon"
  ],
  "author": "morganherlocker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf-polygon/issues"
  },
  "homepage": "https://github.com/Turfjs/turf-polygon",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "tape": "^3.5.0",
    "dox": "^0.6.1",
    "doxme": "^1.4.3"
  }
}
