UNPKG

670 BJSONView Raw
1{
2 "name": "turf-sample",
3 "version": "3.0.10",
4 "description": "turf sample module",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/Turfjs/turf-sample.git"
12 },
13 "keywords": [
14 "geojson",
15 "stats",
16 "sample",
17 "turf"
18 ],
19 "author": "morganherlocker",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/Turfjs/turf-sample/issues"
23 },
24 "homepage": "https://github.com/Turfjs/turf-sample",
25 "devDependencies": {
26 "benchmark": "^1.0.0",
27 "tape": "^3.5.0",
28 "turf-helpers": "^3.0.10"
29 },
30 "dependencies": {
31 "turf-helpers": "^3.0.10"
32 }
33}