UNPKG

951 BJSONView Raw
1{
2 "name": "geojson-extent",
3 "version": "0.3.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 "bin": {
11 "geojson-extent": "./bin/geojson-extent"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git@github.com:mapbox/geojson-extent.git"
16 },
17 "keywords": [
18 "geojson",
19 "extent",
20 "browser",
21 "geo",
22 "boundingbox",
23 "bounds"
24 ],
25 "author": "Tom MacWright",
26 "license": "ISC",
27 "bugs": {
28 "url": "https://github.com/mapbox/geojson-extent/issues"
29 },
30 "homepage": "https://github.com/mapbox/geojson-extent",
31 "dependencies": {
32 "extent": "0.2.0",
33 "geojson-coords": "0.0.0",
34 "rw": "~0.1.4",
35 "traverse": "~0.6.6"
36 },
37 "devDependencies": {
38 "tap": "~0.4.8",
39 "uglifyjs": "~2.3.6",
40 "browserify": "~5.9.3"
41 }
42}