{
  "name": "@turf/meta",
  "version": "4.7.4",
  "description": "turf meta module",
  "main": "index.es5.js",
  "module": "index.js",
  "jsnext:main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "index.es5.js"
  ],
  "scripts": {
    "pretest": "rollup -c ../../rollup.config.js",
    "test": "node test.es5.js",
    "bench": "node bench.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "keywords": [
    "functional",
    "programming",
    "turfjs",
    "geojson",
    "meta",
    "flattenEach",
    "flattenReduce",
    "segmentEach",
    "segmentReduce",
    "coordEach",
    "coordReduce",
    "propEach",
    "propReduce",
    "featureEach",
    "featureReduce",
    "coordAll",
    "geomEach",
    "geomReduce"
  ],
  "author": "Turf Authors",
  "contributors": [
    "Tom MacWright <@tmcw>",
    "Daniel Pulido <@dpmcmlxxvi>",
    "Denis Carriere <@DenisCarriere>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "homepage": "https://github.com/Turfjs/turf",
  "devDependencies": {
    "@turf/helpers": "*",
    "@turf/random": "*",
    "benchmark": "*",
    "rollup": "*",
    "tape": "*"
  },
  "dependencies": {}
}
