{
  "name": "reproject-line",
  "version": "0.0.1",
  "description": "Re-project a line.",
  "main": "./reproject-line.js",
  "files": [
    "reproject-line.js"
  ],
  "scripts": {
    "format": "npx prettier --arrow-parens=avoid --trailing-comma=none --write *.js",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielJDufour/reproject-line.git"
  },
  "keywords": [
    "coord",
    "coordinates",
    "geojson",
    "geospatial",
    "gis",
    "proj4",
    "reproject"
  ],
  "author": "Daniel J. Dufour",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/DanielJDufour/reproject-line/issues"
  },
  "homepage": "https://github.com/DanielJDufour/reproject-line#readme",
  "devDependencies": {
    "flug": "^2.6.0",
    "proj4-fully-loaded": "^0.2.0"
  }
}
