forked from beingmohit/libp2p-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 922 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
{
"name": "libp2p-rpc",
"version": "0.1.2",
"description": "A libp2p node with rpc using protocol buffers.",
"main": "index.js",
"author": "Mohit Agrawal <beingmohit09@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:beingmohit/libp2p-rpc.git"
},
"dependencies": {
"@nodeutils/defaults-deep": "^1.1.0",
"async": "^2.6.1",
"cids": "^0.5.3",
"debug": "^3.1.0",
"libp2p": "^0.24.4",
"libp2p-kad-dht": "^0.14.9",
"libp2p-mdns": "^0.12.2",
"libp2p-mplex": "^0.8.5",
"libp2p-bootstrap": "^0.9.7",
"libp2p-secio": "^0.11.1",
"libp2p-spdy": "^0.13.2",
"libp2p-tcp": "^0.13.0",
"libp2p-websockets": "^0.12.2",
"peer-book": "^0.8.0",
"peer-info": "^0.14.1",
"protobufjs": "^6.8.6",
"pull-length-prefixed": "^1.3.0",
"pull-pushable": "^2.2.0",
"pull-stream": "3.6.8",
"uuid": "^3.2.1"
}
}