-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 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
40
{
"name": "libp2p-rendezvous",
"version": "0.0.0",
"description": "A javascript implementation of the rendezvous protocol for libp2p",
"leadMaintainer": "Vasco Santos <[email protected]>",
"main": "index.js",
"scripts": {
"test": "aegir test"
},
"keywords": [
"libp2p",
"rendezvous",
"protocol",
"discovery"
],
"author": "Maciej Krüger <[email protected]>",
"license": "MIT",
"dependencies": {
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"protons": "^1.0.1",
"pull-protocol-buffers": "^0.1.2"
},
"devDependencies": {
"aegir": "^13.1.0",
"libp2p": "^0.20.2",
"libp2p-mplex": "^0.7.0",
"libp2p-secio": "^0.10.0",
"libp2p-spdy": "^0.12.1",
"libp2p-tcp": "^0.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkg20001/libp2p-rendezvous.git"
},
"bugs": {
"url": "https://github.com/mkg20001/libp2p-rendezvous/issues"
},
"homepage": "https://github.com/mkg20001/libp2p-rendezvous#readme"
}