{
  "name": "@turf/along",
  "version": "4.7.3",
  "description": "turf along module",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "test": "node test.js",
    "bench": "node bench.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "keywords": [
    "along",
    "line",
    "linestring",
    "turf",
    "distance"
  ],
  "author": "Turf Authors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "tape": "^3.5.0"
  },
  "dependencies": {
    "@turf/bearing": "^4.7.3",
    "@turf/destination": "^4.7.3",
    "@turf/distance": "^4.7.3",
    "@turf/helpers": "^4.7.3"
  }
}
