{
  "name": "end-of-stream",
  "version": "0.1.4",
  "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  "repository": "git://github.com/mafintosh/end-of-stream.git",
  "dependencies": {
    "once": "~1.3.0"
  },
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "stream",
    "streams",
    "callback",
    "finish",
    "close",
    "end",
    "wait"
  ]
}
