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