2021-02-25 16:34:02 +01:00
|
|
|
{
|
|
|
|
"name": "webrtc-direct",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"description": "",
|
2021-04-15 09:40:02 +02:00
|
|
|
"main": "dist/index.html",
|
2021-02-25 16:34:02 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "parcel build index.html",
|
|
|
|
"start": "parcel index.html"
|
|
|
|
},
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2021-03-09 16:51:41 +01:00
|
|
|
"@babel/cli": "^7.13.10",
|
|
|
|
"@babel/core": "^7.13.10",
|
2021-02-25 16:34:02 +01:00
|
|
|
"babel-plugin-syntax-async-functions": "^6.13.0",
|
|
|
|
"babel-plugin-transform-regenerator": "^6.26.0",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
2021-04-15 09:40:02 +02:00
|
|
|
"parcel-bundler": "1.12.3",
|
|
|
|
"util": "^0.12.3"
|
2021-02-25 16:34:02 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"libp2p": "../../",
|
|
|
|
"libp2p-bootstrap": "^0.12.1",
|
|
|
|
"libp2p-mplex": "^0.10.1",
|
|
|
|
"libp2p-noise": "^2.0.1",
|
2021-04-15 09:40:02 +02:00
|
|
|
"libp2p-webrtc-direct": "^0.6.0",
|
2021-02-25 16:34:02 +01:00
|
|
|
"peer-id": "^0.14.3"
|
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"ipfs": "ipfs/dist/index.min.js"
|
|
|
|
}
|
|
|
|
}
|