UNPKG

webrtc-fullmesh-signaling-server

Version:
28 lines (27 loc) 614 B
{ "name": "webrtc-fullmesh-signaling-server", "version": "1.0.6", "description": "A full-mesh signaling server for WebRTC connections.", "repository": { "type": "git", "url": "https://github.com/robertlombardo/webrtc-fullmesh-signaling-server.git" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Robert Lombardo", "keywords": [ "WebRTC", "full mesh", "full-mesh", "signal", "signaling", "server" ], "license": "ISC", "dependencies": { "node-static": "^0.7.9", "socket.io": "^2.0.3" } }