{
  "name": "@turf/turf",
  "version": "4.4.0",
  "description": "a JavaScript library for performing geospatial operations with GeoJSON",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "turf.js",
    "turf.min.js",
    "bower.json"
  ],
  "scripts": {
    "test": "node test.js",
    "prepublish": "npm run build",
    "build": "browserify index.js -s turf > turf.js && uglifyjs turf.js -c -m > turf.min.js",
    "size": "browserify index.js --full-paths -s turf | uglifyjs -c -m | discify | hcat"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "keywords": [
    "gis",
    "geo",
    "geojs",
    "geospatial",
    "geography",
    "geometry",
    "map",
    "contour",
    "centroid",
    "tin",
    "extent",
    "geojson",
    "grid",
    "polygon",
    "line",
    "point",
    "area",
    "analysis",
    "statistics",
    "stats",
    "midpoint",
    "plane",
    "quantile",
    "jenks",
    "sample"
  ],
  "author": "Turf Authors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "dependencies": {
    "@turf/along": "^4.4.0",
    "@turf/area": "^4.4.0",
    "@turf/bbox": "^4.4.0",
    "@turf/bbox-clip": "^4.4.0",
    "@turf/bbox-polygon": "^4.4.0",
    "@turf/bearing": "^4.4.0",
    "@turf/bezier": "^4.4.0",
    "@turf/buffer": "^4.4.0",
    "@turf/center": "^4.4.0",
    "@turf/center-of-mass": "^4.4.0",
    "@turf/centroid": "^4.4.0",
    "@turf/circle": "^4.4.0",
    "@turf/collect": "^4.4.0",
    "@turf/combine": "^4.4.0",
    "@turf/concave": "^4.4.0",
    "@turf/convex": "^4.4.0",
    "@turf/destination": "^4.4.0",
    "@turf/difference": "^4.4.0",
    "@turf/dissolve": "^4.4.0",
    "@turf/distance": "^4.4.0",
    "@turf/envelope": "^4.4.0",
    "@turf/explode": "^4.4.0",
    "@turf/flatten": "^4.4.0",
    "@turf/flip": "^4.4.0",
    "@turf/great-circle": "^4.4.0",
    "@turf/helpers": "^4.4.0",
    "@turf/hex-grid": "^4.4.0",
    "@turf/idw": "^4.4.0",
    "@turf/inside": "^4.4.0",
    "@turf/intersect": "^4.4.0",
    "@turf/invariant": "^4.4.0",
    "@turf/isobands": "^4.4.0",
    "@turf/isolines": "^4.4.0",
    "@turf/kinks": "^4.4.0",
    "@turf/line-arc": "^4.4.0",
    "@turf/line-chunk": "^4.4.0",
    "@turf/line-distance": "^4.4.0",
    "@turf/line-intersect": "^4.4.0",
    "@turf/line-offset": "^4.4.0",
    "@turf/line-overlap": "^4.4.0",
    "@turf/line-segment": "^4.4.0",
    "@turf/line-slice": "^4.4.0",
    "@turf/line-slice-along": "^4.4.0",
    "@turf/line-split": "^4.4.0",
    "@turf/linestring-to-polygon": "^4.4.0",
    "@turf/mask": "^4.4.0",
    "@turf/meta": "^4.4.0",
    "@turf/midpoint": "^4.4.0",
    "@turf/nearest": "^4.4.0",
    "@turf/planepoint": "^4.4.0",
    "@turf/point-grid": "^4.4.0",
    "@turf/point-on-line": "^4.4.0",
    "@turf/point-on-surface": "^4.4.0",
    "@turf/polygon-tangents": "^4.4.0",
    "@turf/polygon-to-linestring": "^4.4.0",
    "@turf/polygonize": "^4.4.0",
    "@turf/random": "^4.4.0",
    "@turf/rewind": "^4.4.0",
    "@turf/rhumb-bearing": "^4.4.0",
    "@turf/rhumb-destination": "^4.4.0",
    "@turf/rhumb-distance": "^4.4.0",
    "@turf/sample": "^4.4.0",
    "@turf/sector": "^4.4.0",
    "@turf/simplify": "^4.4.0",
    "@turf/square": "^4.4.0",
    "@turf/square-grid": "^4.4.0",
    "@turf/tag": "^4.4.0",
    "@turf/tesselate": "^4.4.0",
    "@turf/tin": "^4.4.0",
    "@turf/transform-rotate": "^4.4.0",
    "@turf/transform-scale": "^4.4.0",
    "@turf/transform-translate": "^4.4.0",
    "@turf/triangle-grid": "^4.4.0",
    "@turf/truncate": "^4.4.0",
    "@turf/union": "^4.4.0",
    "@turf/unkink-polygon": "^4.4.0",
    "@turf/within": "^4.4.0"
  },
  "devDependencies": {
    "browserify": "~9.0.3",
    "disc": "^1.3.2",
    "hcat": "0.0.5",
    "jsdoc": "^3.3.0-beta1",
    "tape": "^3.5.0",
    "uglify-js": "^2.7.5"
  },
  "homepage": "https://github.com/Turfjs/turf"
}
