{
  "name": "@mapbox/geojson-area",
  "version": "0.2.2",
  "description": "calculate the physical area of a geojson geometry",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mapbox/geojson-area.git"
  },
  "scripts": {
    "test": "tape test/basic.js"
  },
  "keywords": [
    "geojson",
    "area",
    "geodesy"
  ],
  "author": "Tom MacWright",
  "license": "BSD-2-Clause",
  "dependencies": {
    "wgs84": "0.0.0"
  },
  "devDependencies": {
    "cz-conventional-changelog": "^1.2.0",
    "tape": "^3.0.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
