mirror of https://github.com/dani/vroom.git
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.
17 lines
369 B
17 lines
369 B
{
|
|
"name": "signal-master",
|
|
"description": "Simple signaling server for SimpleWebRTC",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"getconfig": "0.3.0",
|
|
"node-uuid": "1.2.0",
|
|
"socket.io": "0.9.16",
|
|
"mysql": "",
|
|
"cookie": ""
|
|
},
|
|
"main": "server.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:andyet/signal-master.git"
|
|
}
|
|
}
|
|
|