{
  "name": "geojson-stream",
  "version": "0.1.0",
  "description": "stream features into and out of geojson",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tmcw/geojson-stream.git"
  },
  "keywords": [
    "geojson",
    "stream",
    "maps",
    "json",
    "pipe"
  ],
  "author": "Tom MacWright",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/tmcw/geojson-stream/issues"
  },
  "dependencies": {
    "JSONStream": "^1.0.0",
    "through": "^2.3.4"
  },
  "devDependencies": {
    "concat-stream": "~1.6.0",
    "standard-version": "^4.4.0",
    "tap": "~10.3.2"
  }
}
