-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
40
41
42
43
44
45
{
"name": "rpc-protocol",
"version": "0.2.3",
"description": "Create and run commands over a RPC protocol stream",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/secure-local-node/rpc-protocol.git"
},
"keywords": [
"rpc",
"protocol",
"buffer",
"stream"
],
"author": "Eric Jiang <[email protected]>",
"contributors": [
"Joseph Werle <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/secure-local-node/rpc-protocol/issues"
},
"homepage": "https://github.com/secure-local-node/rpc-protocol#readme",
"dependencies": {
"is-stream": "^1.1.0",
"jitson": "^1.0.0",
"protocol-buffers-encodings": "^1.1.0",
"pump": "^3.0.0",
"readable-stream": "^3.3.0",
"regex-iso-date": "^1.0.0",
"serialize-error": "^4.1.0",
"through2": "^3.0.1",
"varint": "^5.0.0"
},
"devDependencies": {
"deep-equal": "^1.0.1",
"protocol-buffers": "^4.1.0",
"simple-websocket": "^7.2.0",
"tape": "^4.10.1"
}
}