{
  "name": "turf-nearest",
  "version": "3.0.12",
  "description": "turf nearest module",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Turfjs/turf-nearest.git"
  },
  "keywords": [
    "turf",
    "geojson",
    "gis",
    "near"
  ],
  "author": "morganherlocker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf-nearest/issues"
  },
  "homepage": "https://github.com/Turfjs/turf-nearest",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "tape": "^3.5.0"
  },
  "dependencies": {
    "turf-distance": "^3.0.12"
  }
}
