{
  "name": "stream-consume",
  "version": "0.1.0",
  "description": "Consume a stream to ensure it keeps flowing",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aroneous/stream-consume.git"
  },
  "author": "Aron Nopanen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aroneous/stream-consume/issues"
  },
  "homepage": "https://github.com/aroneous/stream-consume",
  "devDependencies": {
    "mocha": "^1.20.1",
    "should": "^4.0.4",
    "through2": "^0.5.1"
  }
}