{
  "name": "turf",
  "version": "3.0.14",
  "description": "a JavaScript library for performing geospatial operations with GeoJSON",
  "main": "index.js",
  "scripts": {
    "test": "echo 1",
    "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"
  },
  "files": [
    "index.js",
    "bower.json",
    "turf.js",
    "turf.min.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://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": "morganherlocker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/morganherlocker/turf/issues"
  },
  "dependencies": {
    "turf-collect": "^3.0.12",
    "turf-along": "^3.0.12",
    "turf-area": "^3.0.12",
    "turf-bbox-polygon": "^3.0.12",
    "turf-bearing": "^3.0.12",
    "turf-bezier": "^3.0.12",
    "turf-buffer": "^3.0.12",
    "turf-center": "^3.0.12",
    "turf-centroid": "^3.0.12",
    "turf-circle": "^3.0.12",
    "turf-combine": "^3.0.12",
    "turf-concave": "^3.0.12",
    "turf-convex": "^3.0.12",
    "turf-destination": "^3.0.12",
    "turf-distance": "^3.0.12",
    "turf-envelope": "^3.0.12",
    "turf-difference": "^3.0.12",
    "turf-explode": "^3.0.12",
    "turf-bbox": "^3.0.12",
    "turf-flip": "^3.0.12",
    "turf-tesselate": "^3.0.12",
    "turf-hex-grid": "^3.0.12",
    "turf-inside": "^3.0.12",
    "turf-intersect": "^3.0.12",
    "turf-isolines": "^3.0.12",
    "turf-kinks": "^3.0.12",
    "turf-line-distance": "^3.0.12",
    "turf-line-slice": "^3.0.12",
    "turf-meta": "^3.0.12",
    "turf-midpoint": "^3.0.12",
    "turf-nearest": "^3.0.12",
    "turf-planepoint": "^3.0.12",
    "turf-point-grid": "^3.0.12",
    "turf-point-on-line": "^3.0.12",
    "turf-point-on-surface": "^3.0.12",
    "turf-random": "^3.0.12",
    "turf-sample": "^3.0.12",
    "turf-simplify": "^3.0.12",
    "turf-square": "^3.0.12",
    "turf-square-grid": "^3.0.12",
    "turf-tag": "^3.0.12",
    "turf-tin": "^3.0.12",
    "turf-triangle-grid": "^3.0.12",
    "turf-union": "^3.0.12",
    "turf-within": "^3.0.12",
    "turf-helpers": "^3.0.12"
  },
  "devDependencies": {
    "browserify": "~9.0.3",
    "disc": "^1.3.2",
    "hcat": "0.0.5",
    "jsdoc": "^3.3.0-beta1",
    "lerna": "https://github.com/kittens/lerna/archive/master.tar.gz",
    "tape": "^3.5.0",
    "uglify-js": "~2.4.16"
  }
}
