-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
37 lines (37 loc) · 957 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
{
"name": "geohash-poly",
"version": "0.6.0",
"description": "Transform a GeoJSON Polygon or MultiPolygon to a list of geohashes that form it.",
"main": "index.js",
"bin": "./bin/cli.js",
"repository": {
"type": "git",
"url": "http://github.com/derrickpelletier/geohash-poly.git"
},
"author": {
"name": "Derrick Pelletier",
"email": "derrick@dpelletier.com",
"url": "http://dpelletier.com"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "~0.2.10",
"geojson-area": "^0.1.0",
"ngeohash": "0.6.0",
"point-in-polygon": "0.0.0",
"rc": "^1.2.8",
"through2": "~0.4.0",
"turf-extent": "1.0.4",
"turf-featurecollection": "1.0.1",
"turf-intersect": "1.0.2",
"turf-polygon": "1.0.3"
},
"devDependencies": {
"joe": "~1.4.0",
"joe-reporter-console": "~1.2.1",
"ldjson-stream": "0.0.1",
"mocha": "^5.2.0",
"should": "~3.1.3"
}
}