UNPKG

728 BJSONView Raw
1{
2 "name": "pumpify",
3 "version": "0.0.0",
4 "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
5 "main": "index.js",
6 "dependencies": {
7 "duplexify": "^1.1.0",
8 "pump": "^0.3.2"
9 },
10 "devDependencies": {
11 "tape": "^2.13.3"
12 },
13 "scripts": {
14 "test": "tape test.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/mafintosh/pumpify"
19 },
20 "keywords": [
21 "pump",
22 "duplexify",
23 "duplex",
24 "streams",
25 "stream",
26 "pipeline",
27 "combine"
28 ],
29 "author": "Mathias Buus",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/mafintosh/pumpify/issues"
33 },
34 "homepage": "https://github.com/mafintosh/pumpify"
35}