{
  "name": "geojson-dissolve",
  "description": "Dissolve contiguous GeoJSON LineStrings and Polygons into single units.",
  "author": "Stephen Whitmore <sww@eight.net>",
  "version": "3.1.0",
  "repository": {
    "url": "git://github.com/noffle/geojson-dissolve.git"
  },
  "homepage": "https://github.com/noffle/geojson-dissolve",
  "bugs": "https://github.com/noffle/geojson-dissolve/issues",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "lint": "standard"
  },
  "keywords": [
    "geojson",
    "dissolve",
    "merge",
    "linestring",
    "lines",
    "polygon",
    "multilinestring",
    "multipolygon"
  ],
  "dependencies": {
    "@turf/meta": "^3.7.5",
    "geojson-flatten": "^0.2.1",
    "geojson-linestring-dissolve": "0.0.1",
    "topojson-client": "^3.0.0",
    "topojson-server": "^3.0.0"
  },
  "devDependencies": {
    "@mapbox/geojsonhint": "^2.0.1",
    "benchmark": "^2.1.3",
    "glob": "^7.1.1",
    "standard": "~8.3.0",
    "tape": "~4.6.2"
  },
  "license": "ISC"
}
