mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-31 14:51:05 +00:00
20 lines
440 B
JSON
20 lines
440 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": {
|
|
"libp2p": "../..",
|
|
"libp2p-mplex": "^0.9.3",
|
|
"libp2p-secio": "^0.12.1",
|
|
"libp2p-tcp": "^0.14.2"
|
|
}
|
|
}
|