{
  "name": "@turf/isobands",
  "version": "4.7.3",
  "description": "turf isobands module",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "test": "node test.js",
    "bench": "node bench.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "keywords": [
    "turf",
    "geojson",
    "contours",
    "isobands",
    "elevation",
    "topography",
    "filled"
  ],
  "author": "Turf Authors",
  "contributors": [
    "Stefano Borghi <@stebogit>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "@turf/envelope": "^4.7.3",
    "@turf/point-grid": "^3.14.0",
    "@turf/random": "^3.13.0",
    "benchmark": "^2.1.4",
    "chroma-js": "1.3.3",
    "load-json-file": "^2.0.0",
    "matrix-to-grid": "3.0.0",
    "tape": "^4.6.3",
    "write-json-file": "^2.0.0"
  },
  "dependencies": {
    "@turf/area": "^3.7.0",
    "@turf/bbox": "^3.14.0",
    "@turf/explode": "^3.7.0",
    "@turf/helpers": "^3.6.3",
    "@turf/inside": "^3.7.0",
    "@turf/invariant": "^3.13.0",
    "grid-to-matrix": "^1.2.0",
    "marchingsquares": "^1.2.0"
  }
}
