{ "name": "libp2p-in-browser", "version": "1.0.0", "description": "A libp2p node running in the browser", "main": "index.js", "browserslist": [ "last 2 Chrome versions" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "parcel index.html" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@babel/preset-env": "^7.8.3", "libp2p": "../../", "libp2p-bootstrap": "^0.11", "libp2p-mplex": "^0.9.3", "libp2p-noise": "^1.1.0", "libp2p-secio": "^0.12.2", "libp2p-webrtc-star": "^0.18.0", "libp2p-websockets": "^0.13.2" }, "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-polyfill": "^6.26.0", "parcel-bundler": "^1.12.4" } }