webrtc-mesh
Version:
using a signaler, mesh between node, browsers and other applications
27 lines (26 loc) • 588 B
JSON
{
"name": "webrtc-mesh",
"version": "0.9.8-beta",
"description": "using a signaler, mesh between node, browsers and other applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified, just run it and use it.\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/dletta/webrtc-mesh"
},
"keywords": [
"webrtc",
"datachannel",
"mesh",
"decentralized",
"decentral"
],
"author": "Jachen Duschletta",
"license": "MPL-2.0",
"dependencies": {
"websocket": "^1.0.32",
"wrtc": "^0.4.6"
}
}