UNPKG

754 BJSONView Raw
1{
2 "name": "@turf/bbox",
3 "version": "4.2.0",
4 "description": "turf bbox 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 "turf",
21 "extent",
22 "bbox",
23 "polygon",
24 "featurecollection",
25 "geojson"
26 ],
27 "author": "Turf Authors",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/Turfjs/turf/issues"
31 },
32 "homepage": "https://github.com/Turfjs/turf",
33 "devDependencies": {
34 "benchmark": "^1.0.0",
35 "tape": "^3.5.0"
36 },
37 "dependencies": {
38 "@turf/meta": "^4.2.0"
39 }
40}