{
  "name": "pump",
  "version": "0.3.5",
  "repository": "git://github.com/mafintosh/pump.git",
  "license": "MIT",
  "description": "pipe streams together and close all of them if one of them closes",
  "keywords": [
    "streams",
    "pipe",
    "destroy",
    "callback"
  ],
  "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
  "dependencies": {
    "once": "~1.2.0",
    "end-of-stream": "~1.0.0"
  },
  "scripts": {
    "test": "node test.js"
  }
}
