{
  "name": "turf",
  "description": "a JavaScript library for performing geospatial operations with GeoJSON",
  "homepage": "https://github.com/Turfjs/turf",
  "main": "turf.min.js",
  "keywords": [
    "gis",
    "geospatial",
    "javascript"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "img",
    "bower_components",
    "test",
    "lib"
  ]
}

