-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 903 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
{
"name": "rpc-multistream",
"version": "0.9.7",
"description": "rpc that can return streams using both async and sync calling",
"homepage": "http://github.com/biobricks/rpc-multistream",
"repository": {
"type": "git",
"url": "git://github.com/biobricks/rpc-multistream.git"
},
"dependencies": {
"async": "^2.3.0",
"duplex-json-stream": "^1.0.1",
"isstream": "^0.1.2",
"multiplex": "6.7.0",
"pump": "^1.0.1",
"through2": "^2.0.0",
"uuid": "^2.0.1",
"xtend": "^4.0.1"
},
"author": {
"name": "Marc Juul",
"email": "[email protected]"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/biobricks/rpc-multistream/issues"
},
"scripts": {
"test": "node_modules/.bin/tape tests/*.js"
},
"devDependencies": {
"from2": "^2.3.0",
"tape": "^4.6.3",
"tape-catch": "^1.0.6",
"tmp": "^0.0.31"
}
}