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

22 lines
508 B
JSON
Raw Normal View History

{
"name": "bbb-webrtc-sfu",
"version": "0.0.5",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
2018-05-10 07:56:36 +08:00
"config": "^1.30.0",
"js-yaml": "^3.11.0",
2017-11-28 20:25:27 +08:00
"kurento-client": "git+https://github.com/Kurento/kurento-client-js.git#master",
2018-05-10 07:56:36 +08:00
"moment": "^2.22.1",
"readable-id": "^1.0.0",
2018-05-10 07:56:36 +08:00
"redis": "^2.8.0",
"sdp-transform": "^2.4.1",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^1.7.2",
"ws": "^3.3.3"
2017-11-28 20:25:27 +08:00
},
"optionalDependencies": {}
}