rtc-switchboard
Version:
Signalling for rtc-io components using primus
52 lines • 1.24 kB
JSON
{
"name": "rtc-switchboard",
"version": "3.2.0",
"description": "Signalling for rtc-io components using primus",
"main": "index.js",
"stability": "unstable",
"scripts": {
"start": "node --nouse-idle-notification server.js",
"test": "node test/all.js | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-switchboard.git"
},
"keywords": [
"rtc.io",
"webrtc",
"signalling",
"primus"
],
"author": "Damon Oehlman <damon.oehlman@nicta.com.au>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-switchboard/issues"
},
"dependencies": {
"cog": "^1.0.0",
"debug": "^2.0.0",
"rtc-switch": "^1.3.0",
"ws": "^1.0.0"
},
"devDependencies": {
"async": "^0.9.0",
"bunyan": "^1.1.3",
"cuid": "^1.2.4",
"express": "^4",
"nopt": "^3.0.1",
"replify": "^1.2.0",
"rtc-quickconnect": "^4.1.0",
"rtc-signaller": "^6.3.0",
"rtc-switchboard-messenger": "^2.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.2.0",
"uuid": "^2.0.1",
"whisk": "^1.0.0"
},
"optionalDependencies": {
"bufferutil": "^1.2.1",
"utf-8-validate": "^1.2.1"
}
}