Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
369 B

11 years ago
{
"name": "signal-master",
"description": "Simple signaling server for SimpleWebRTC",
"version": "0.1.0",
11 years ago
"dependencies": {
"getconfig": "0.3.0",
11 years ago
"node-uuid": "1.2.0",
"socket.io": "0.9.16",
"mysql": "",
"cookie": ""
11 years ago
},
"main": "server.js",
"repository": {
"type": "git",
"url": "git@github.com:andyet/signal-master.git"
}
11 years ago
}