-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 892 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "pied-piper",
"version": "0.1.1",
"description": "Stream and pipeline utilities for node.js",
"main": "lib/index.js",
"dependencies": {
"require-all": "0.0.x",
"multipipe": "0.0.x",
"through2": "0.4.x",
"through2-filter": "1.3.x",
"through2-map": "1.2.x",
"split2": "0.1.x",
"duplexer2": "0.0.x",
"through2-spy": "1.1.x",
"from2": "0.0.x",
"gutter": "1.0.x",
"simple-jsonstream": "0.2.x"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/jameswyse/pied-piper"
},
"keywords": [
"steams",
"streams2",
"transform",
"pipe",
"pipeline"
],
"author": "James Wyse <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jameswyse/pied-piper/issues"
},
"homepage": "https://github.com/jameswyse/pied-piper"
}