signaling
Version:
A simple signaling server for RoomRTC
37 lines (36 loc) • 797 B
JSON
{
"name": "signaling",
"version": "1.1.2",
"description": "A simple signaling server for RoomRTC",
"main": "index.js",
"scripts": {
"test": "node test/start.js | tap-spec",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roomrtc/signaling.git"
},
"keywords": [
"roomrtc",
"signaling",
"webrtc"
],
"author": "Vunb",
"license": "MIT",
"bugs": {
"url": "https://github.com/roomrtc/signaling/issues"
},
"homepage": "https://github.com/roomrtc/signaling#readme",
"devDependencies": {
"socket.io-client": "2.2.0",
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
},
"dependencies": {
"debug": "^2.6.9",
"eventemitter2": "4.0.0",
"socket.io": "2.2.0",
"uuid": "3.0.x"
}
}