UNPKG

turf-isobands

Version:
49 lines (48 loc) 1.11 kB
{ "name": "turf-isobands", "version": "1.0.4", "description": "turf isobands module", "main": "index.js", "scripts": { "test": "tape test.js", "doc": "dox -r < index.js | doxme --readme > README.md" }, "repository": { "type": "git", "url": "https://github.com/Turfjs/turf-isobands.git" }, "keywords": [ "turf", "geojson", "contours", "isobands", "elevation", "topography", "filled" ], "author": "morganherlocker", "license": "MIT", "bugs": { "url": "https://github.com/Turfjs/turf-isobands/issues" }, "homepage": "https://github.com/Turfjs/turf-isobands", "devDependencies": { "benchmark": "^1.0.0", "tape": "^3.5.0", "dox": "^0.6.1", "doxme": "^1.4.3" }, "dependencies": { "turf-extent": "^1.0.3", "turf-featurecollection": "^1.0.0", "turf-grid": "^1.0.0", "turf-inside": "^1.1.3", "turf-linestring": "^1.0.1", "turf-planepoint": "^1.0.0", "turf-point": "^2.0.0", "turf-polygon": "^1.0.2", "turf-size": "^1.1.0", "turf-square": "^1.0.0", "turf-tin": "^1.0.5" } }