-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1023 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}