{
  "name": "turf-linestring",
  "version": "1.0.2",
  "description": "turf lineString module",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js",
    "doc": "dox -r < index.js | doxme --readme > README.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Turfjs/turf-linestring.git"
  },
  "keywords": [
    "linestring",
    "line",
    "gis",
    "geojson",
    "turf"
  ],
  "author": "morganherlocker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf-linestring/issues"
  },
  "homepage": "https://github.com/Turfjs/turf-linestring",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "tape": "^3.5.0",
    "dox": "^0.6.1",
    "doxme": "^1.4.3"
  },
  "dependencies": {}
}
