{
  "name": "geojson-rewind",
  "version": "0.3.1",
  "description": "enforce winding order for geojson",
  "main": "index.js",
  "bin": "geojson-rewind",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape test/rewind.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/geojson-rewind.git"
  },
  "keywords": [
    "geojson",
    "winding",
    "order",
    "rendering",
    "coordinates"
  ],
  "author": "Tom MacWright",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/geojson-rewind/issues"
  },
  "homepage": "https://github.com/mapbox/geojson-rewind",
  "dependencies": {
    "@mapbox/geojson-area": "0.2.2",
    "concat-stream": "~1.6.0",
    "minimist": "1.2.0",
    "sharkdown": "^0.1.0"
  },
  "devDependencies": {
    "cz-conventional-changelog": "^2.0.0",
    "tape": "^4.8.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
