UNPKG

414 BJSONView Raw
1{
2 "name": "pump",
3 "version": "0.1.4",
4 "repository": "git://github.com/mafintosh/pump.git",
5 "license": "MIT",
6 "description": "pipe streams together and close all of them if one of them closes",
7 "keywords": ["streams", "pipe", "destroy", "callback"],
8 "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
9 "dependencies": {
10 "once": "~1.2.0"
11 },
12 "scripts": {
13 "test": "node test.js"
14 }
15}