{
  "name": "osrm-isochrone",
  "version": "3.0.0",
  "description": "creates drivetime isochrones from osrm routes",
  "osrm_release" : "5.4",
  "main": "index.js",
  "scripts": {
    "test": "node ./test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mapbox/osrm-isochrone.git"
  },
  "keywords": [
    "drivetime",
    "polygon",
    "osrm"
  ],
  "author": "morganherlocker",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/osrm-isochrone/issues"
  },
  "homepage": "https://github.com/mapbox/osrm-isochrone",
  "devDependencies": {
    "geojson-area": "^0.1.0",
    "tape": "^3.0.3"
  },
  "dependencies": {
    "osrm": "^5.4.1",
    "@turf/helpers": "^3.5.2",
    "@turf/isolines": "^3.5.2",
    "@turf/destination": "^3.5.2",
    "@turf/bbox": "^3.5.2",
    "@turf/distance": "^3.5.2",
    "@turf/point-grid": "^3.5.2"
  }
}
