{
  "name": "drop-stream",
  "version": "1.0.0",
  "description": "A Duplex stream which discards all chunks passed through",
  "license": "MIT",
  "author": "Michael Mayer <michael@schnittstabil.de> (https://github.com/schnittstabil)",
  "repository": "schnittstabil/drop-stream",
  "keywords": [
    "passthrough",
    "stream",
    "drop",
    "clean",
    "discard",
    "duplex",
    "gulpfriendly"
  ],
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "readable-stream": "^2.0"
  },
  "devDependencies": {
    "ava": "*",
    "coveralls": "^2.11",
    "gulp": "^3.9",
    "nyc": "^8.3", 
    "xo": "*"
  },
  "scripts": {
    "test": "xo && nyc ava"
  }
}
