{
  "name": "turf-area",
  "version": "3.0.12",
  "description": "calculate the area of a polygon or multipolygon feature",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js"
  },
  "keywords": [
    "turf",
    "area",
    "polygon",
    "multipolygon"
  ],
  "author": "Tom MacWright",
  "license": "ISC",
  "dependencies": {
    "geojson-area": "^0.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:Turfjs/turf-area.git"
  },
  "devDependencies": {
    "geojson-fixtures": "^0.6.0",
    "tape": "^3.5.0"
  }
}
