{
  "name": "pump",
  "version": "0.1.3",
  "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"
  },
  "scripts": {
    "test": "node test.js"
  }
}
