UNPKG

754 BJSONView Raw
1{
2 "name": "pumpify",
3 "version": "1.1.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.3.0",
8 "pump": "^0.3.3"
9 },
10 "devDependencies": {
11 "tape": "^2.13.3",
12 "through2": "^0.5.1"
13 },
14 "scripts": {
15 "test": "tape test.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/mafintosh/pumpify"
20 },
21 "keywords": [
22 "pump",
23 "duplexify",
24 "duplex",
25 "streams",
26 "stream",
27 "pipeline",
28 "combine"
29 ],
30 "author": "Mathias Buus",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/mafintosh/pumpify/issues"
34 },
35 "homepage": "https://github.com/mafintosh/pumpify"
36}