Codebase list node-pump / a74144f7-7114-47d1-ae1d-736d7bf110f8/main package.json
a74144f7-7114-47d1-ae1d-736d7bf110f8/main

Tree @a74144f7-7114-47d1-ae1d-736d7bf110f8/main (Download .tar.gz)

package.json @a74144f7-7114-47d1-ae1d-736d7bf110f8/mainraw · history · blame

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