{
  "name": "geojson-bounds",
  "version": "1.0.4",
  "description": "Extent, envelope, xMin/Max, and yMin/Max for GeoJSON",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@types/geojson": "^7946.0.7"
  },
  "devDependencies": {
    "@mapbox/geojsonhint": "^3.3.0",
    "assert": "^2.1.0",
    "mocha": "^10.4.0",
    "should": "^13.2.3"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jczaplew/geojson-bounds.git"
  },
  "keywords": [
    "geojson",
    "extent",
    "envelope",
    "xmin",
    "xmax",
    "ymin",
    "ymax"
  ],
  "author": "John J Czaplewski <jczaplew@gmail.com>",
  "license": "CC-BY-4.0",
  "bugs": {
    "url": "https://github.com/jczaplew/geojson-bounds/issues"
  },
  "homepage": "https://github.com/jczaplew/geojson-bounds"
}
