{ "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" } }