{
  "name": "turf-random",
  "version": "3.0.12",
  "description": "generate random features",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:Turfjs/turf-random.git"
  },
  "keywords": [
    "turf",
    "gis"
  ],
  "author": "Tom MacWright",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Turfjs/turf-random/issues"
  },
  "homepage": "https://github.com/Turfjs/turf-random",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "glob": "~4.3.5",
    "tape": "~3.5.0"
  },
  "dependencies": {
    "geojson-random": "^0.2.2"
  }
}
