-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 857 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
39
40
41
42
43
{
"name": "streaming-bird",
"version": "0.4.1",
"description": "CLI wrapper for node scripts to work with pipes and streams.",
"main": "index.js",
"bin": {
"streaming-bird": "index.js"
},
"dependencies": {
"meow": "^5.0.0",
"pumpify": "^2.0.0",
"ramda": "^0.26.1",
"split2": "^3.1.1",
"through2": "^3.0.1"
},
"engines": {
"node": ">=8"
},
"os": [
"darwin",
"linux"
],
"homepage": "https://github.com/manishrc/streaming-bird#readme",
"keywords": [
"node",
"transform",
"streams",
"pipe",
"unix",
"cli",
"cmd",
"command-line",
"terminal",
"data",
"readline"
],
"author": "Manish C <[email protected]> (https://manishrc.com/)",
"repository": {
"type": "git",
"url": "https://github.com/manishrc/streaming-bird"
},
"license": "MIT"
}