-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 KB
/
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
{
"name": "pipedreams",
"version": "12.1.1",
"description": "data event streams made easy, built on top of PipeStreams, which is built on top of pull-stream",
"main": "lib/main.js",
"scripts": {
"build": "coffee --map -o lib -c src",
"doctoc": "doctoc README.md README-plugin-tabulate.md README-plugin-tsv.md",
"test": "npm run build && node lib/tests/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/loveencounterflow/pipedreams.git"
},
"keywords": [
"pipes",
"streams",
"pipestreams",
"pull-stream"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/loveencounterflow/pipedreams/issues"
},
"homepage": "https://github.com/loveencounterflow/pipedreams",
"dependencies": {
"cnd": "9.2.1",
"emittery": "0.8.1",
"intertype": "7.6.3",
"letsfreezethat": "3.0.3",
"multimix": "5.0.0",
"pipestreams": "^8.0.1"
},
"devDependencies": {
"guy-test": "4.0.1",
"randomatic": "^3.1.1"
}
}