mirror of
https://github.com/status-im/go-libp2p-webrtc-direct.git
synced 2025-01-21 03:00:04 +00:00
eb57afb1c4
Relates to #5
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "integration",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"flags": "^0.1.3",
|
|
"libp2p-mplex": "^0.8.4",
|
|
"libp2p-webrtc-direct": "^0.3.1",
|
|
"multiaddr": "^6.0.4"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Michiel De Backker <mail@backkem.me>",
|
|
"license": "MIT"
|
|
}
|