{
  "name": "planar-graph-to-polyline",
  "version": "1.0.6",
  "description": "Convert a planar graph to a collection of nest polylines",
  "main": "pg2pl.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/planar-graph-to-polyline.git"
  },
  "keywords": [
    "planar",
    "graph",
    "polygon",
    "polyline",
    "geojson",
    "topojson",
    "convert",
    "multiline"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/planar-graph-to-polyline/issues"
  },
  "homepage": "https://github.com/mikolalysenko/planar-graph-to-polyline",
  "dependencies": {
    "edges-to-adjacency-list": "^1.0.0",
    "point-in-big-polygon": "^2.0.1",
    "robust-orientation": "^1.0.1",
    "planar-dual": "^1.0.0",
    "two-product": "^1.0.0",
    "robust-sum": "^1.0.0",
    "uniq": "^1.0.0"
  },
  "devDependencies": {
    "tape": "^3.5.0"
  }
}
