{
  "name": "turf-bbox",
  "version": "3.0.12",
  "description": "turf bbox module",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Turfjs/turf.git"
  },
  "keywords": [
    "turf",
    "extent",
    "bbox",
    "polygon",
    "featurecollection",
    "geojson"
  ],
  "author": "morganherlocker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "tape": "^3.5.0"
  },
  "dependencies": {
    "turf-meta": "^3.0.12"
  }
}
