UNPKG

827 BJSONView Raw
1{
2 "name": "@turf/helpers",
3 "version": "4.7.3",
4 "description": "turf helpers module",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "files": [
8 "index.js",
9 "index.d.ts"
10 ],
11 "scripts": {
12 "test": "node test.js",
13 "bench": "node bench.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/Turfjs/turf.git"
18 },
19 "keywords": [
20 "geo",
21 "point",
22 "turf",
23 "geojson"
24 ],
25 "author": "Turf Authors",
26 "contributors": [
27 "Tom MacWright <@tmcw>",
28 "Stefano Borghi <@stebogit>",
29 "Denis Carriere <@DenisCarriere>",
30 "William Nordmann <@wnordmann>"
31 ],
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/Turfjs/turf/issues"
35 },
36 "homepage": "https://github.com/Turfjs/turf",
37 "devDependencies": {
38 "benchmark": "2.1.4",
39 "tape": "4.8.0"
40 }
41}