UNPKG

845 BJSONView Raw
1{
2 "name": "geojson-extent",
3 "version": "0.0.1",
4 "description": "compute the bounding box of geojson features",
5 "main": "index.js",
6 "scripts": {
7 "test": "tap test/*.js",
8 "build": "browserify -s geojsonExtent index.js | uglifyjs -c > geojson-extent.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git@github.com:mapbox/geojson-extent.git"
13 },
14 "keywords": [
15 "geojson",
16 "extent",
17 "browser",
18 "geo",
19 "boundingbox",
20 "bounds"
21 ],
22 "author": "Tom MacWright",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/mapbox/geojson-extent/issues"
26 },
27 "homepage": "https://github.com/mapbox/geojson-extent",
28 "dependencies": {
29 "extent": "0.0.0",
30 "geojson-coords": "0.0.0"
31 },
32 "devDependencies": {
33 "tap": "~0.4.8",
34 "uglifyjs": "~2.3.6",
35 "browserify": "~3.46.0"
36 }
37}