mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-02 04:01:20 +00:00
22 lines
494 B
JSON
22 lines
494 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.32.3",
|
||
|
"libp2p": "~0.23.1",
|
||
|
"libp2p-mplex": "~0.8.2",
|
||
|
"libp2p-pnet": "../../",
|
||
|
"libp2p-secio": "~0.10.0",
|
||
|
"libp2p-tcp": "~0.13.0"
|
||
|
}
|
||
|
}
|