bigbluebutton-Github/labs/bbb-webrtc-sfu/package.json

23 lines
529 B
JSON
Raw Normal View History

{
"name": "bbb-webrtc-sfu",
"version": "0.0.3",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
2017-11-28 20:25:27 +08:00
"joi": "^13.0.2",
"kurento-client": "git+https://github.com/Kurento/kurento-client-js.git#master",
"moment": "^2.19.3",
2017-11-28 20:25:27 +08:00
"redis": "^2.8.0",
"sdp-transform": "^2.3.0",
"readable-id": "^1.0.0",
2017-11-28 20:25:27 +08:00
"ws": "^3.3.2",
"config": "^1.26.1",
"js-yaml": "^3.8.3",
2018-01-30 21:50:43 +08:00
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2"
2017-11-28 20:25:27 +08:00
},
"optionalDependencies": {}
}