forked from Turfjs/turf-buffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 923 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
42
{
"name": "turf-buffer",
"version": "1.0.0",
"description": "turf buffer module",
"main": "index.js",
"scripts": {
"test": "tape test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mclaeysb/turf-buffer.git"
},
"keywords": [
"buffer",
"offset",
"polygon",
"linestring",
"point",
"geojson",
"turf"
],
"author": "Manuel Claeys Bouuaert",
"license": "MIT",
"bugs": {
"url": "https://github.com/mclaeysb/turf-buffer/issues"
},
"homepage": "https://github.com/mclaeysb/turf-buffer",
"devDependencies": {
"benchmark": "^2.1.1",
"tape": "^2.13.3",
"turf-buffer": "^3.0.12"
},
"dependencies": {
"simplepolygon": "^1.0.0",
"turf-destination": "^3.0.0",
"turf-bearing": "^3.0.0",
"turf-helpers": "^3.0.0",
"turf-union": "^3.0.0",
"turf-difference": "^3.0.0",
"turf-simplify": "^3.0.0"
}
}