mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-31 06:41:08 +00:00
21 lines
465 B
JSON
21 lines
465 B
JSON
{
|
|
"name": "pnet-ipfs-example",
|
|
"version": "1.0.0",
|
|
"description": "An example of private networking with IPFS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ipfs": "^0.38.0",
|
|
"libp2p": "^0.26.2",
|
|
"libp2p-mplex": "^0.8.5",
|
|
"libp2p-secio": "^0.11.1",
|
|
"libp2p-tcp": "^0.13.2"
|
|
}
|
|
}
|