-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 885 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
{
"name": "libp2p-js-sample",
"version": "1.0.0",
"description": "This is a simple project using libp2p with its js library",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehranabi/libp2p-js-sample.git"
},
"keywords": [
"libp2p",
"js-libp2p",
"peer-to-peer",
"networking",
"p2p"
],
"author": "Mehran Abghari <mehran.ab80@gmail.com> (https://github.com/mehranabi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mehranabi/libp2p-js-sample/issues"
},
"homepage": "https://github.com/mehranabi/libp2p-js-sample#readme",
"dependencies": {
"@nodeutils/defaults-deep": "^1.1.0",
"libp2p": "^0.25.2",
"libp2p-mplex": "^0.8.5",
"libp2p-secio": "^0.11.1",
"libp2p-tcp": "^0.13.0"
}
}