UNPKG

955 BJSONView Raw
1{
2 "name": "geojson-polygon-aggregate",
3 "version": "1.4.0",
4 "description": "Aggregate properties of GeoJSON polygons, grouped by another set of polygons.",
5 "main": "index.js",
6 "scripts": {
7 "test": "standard && tape test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/anandthakker/geojson-polygon-aggregate.git"
12 },
13 "keywords": [
14 "geojson",
15 "polygon",
16 "aggregate",
17 "area",
18 "statistics"
19 ],
20 "author": "Anand Thakker",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/anandthakker/geojson-polygon-aggregate/issues"
24 },
25 "homepage": "https://github.com/anandthakker/geojson-polygon-aggregate#readme",
26 "devDependencies": {
27 "standard": "^4.5.4",
28 "tape": "^4.0.1",
29 "turf-envelope": "^1.0.2"
30 },
31 "dependencies": {
32 "geojson-clip-polygon": "^1.0.1",
33 "through2": "^2.0.0",
34 "turf-area": "^1.1.1",
35 "uniq": "^1.0.1",
36 "xtend": "^4.0.0"
37 }
38}