mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-31 06:41:08 +00:00
* chore: update examples to 0.28 api * chore: use libp2p-noise in examples * chore: examples using multiaddrs property of libp2p Co-authored-by: Jacob Heun <jacobheun@gmail.com> * docs: update language around secio in crypto example Co-authored-by: Jacob Heun <jacobheun@gmail.com>
21 lines
470 B
JSON
21 lines
470 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-noise": "^1.1.0",
|
|
"libp2p-secio": "^0.12.1",
|
|
"libp2p-tcp": "^0.14.2"
|
|
}
|
|
}
|