{
  "name": "geojson-random",
  "version": "0.2.2",
  "description": "generate random geojson features",
  "main": "index.js",
  "bin": {
    "geojson-random": "geojson-random"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:tmcw/geojson-random.git"
  },
  "keywords": [
    "geojson",
    "random"
  ],
  "author": "Tom MacWright",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tmcw/geojson-random/issues"
  },
  "homepage": "https://github.com/tmcw/geojson-random",
  "devDependencies": {
    "tape": "~2.13.4"
  }
}
