-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.04 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "turf-hex-grid",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape test.js",
"doc": "dox -r < index.js | doxme --readme > README.md"
},
"repository": {
"type": "git",
"url": "git://github.com/Turfjs/turf-hex-grid.git"
},
"keywords": [
"turf",
"grid",
"hexgrid",
"hexbin",
"points",
"geojson"
],
"author": "morganherlocker",
"contributors": [
"jseppi",
"jvail",
"lyzidiamond",
"tmcw"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf-hex-grid/issues"
},
"homepage": "https://github.com/Turfjs/turf-hex-grid",
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"turf-bbox-polygon": "^1.0.0",
"turf-explode": "^1.0.0",
"turf-extent": "^1.0.3",
"turf-inside": "^1.1.3",
"dox": "^0.6.1",
"doxme": "^1.4.3"
},
"dependencies": {
"turf-distance": "^1.0.1",
"turf-featurecollection": "^1.0.1",
"turf-point": "^2.0.1",
"turf-polygon": "^1.0.2"
}
}