2017-06-13 23:53:51 +08:00
|
|
|
{
|
2017-11-11 11:41:37 +08:00
|
|
|
"name": "bbb-webrtc-sfu",
|
2018-05-03 21:57:03 +08:00
|
|
|
"version": "0.0.5",
|
2017-06-13 23:53:51 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2017-10-14 04:06:16 +08:00
|
|
|
"start": "node server.js"
|
2017-06-13 23:53:51 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-05-10 07:56:36 +08:00
|
|
|
"config": "^1.30.0",
|
|
|
|
"js-yaml": "^3.11.0",
|
2018-05-10 22:30:15 +08:00
|
|
|
"kurento-client": "git+https://github.com/mconf/kurento-client-js.git#mconf",
|
2018-05-10 07:56:36 +08:00
|
|
|
"moment": "^2.22.1",
|
2017-12-23 02:15:31 +08:00
|
|
|
"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",
|
2018-05-07 21:39:39 +08:00
|
|
|
"winston-daily-rotate-file": "^1.7.2",
|
2018-06-28 01:34:33 +08:00
|
|
|
"ws": "^3.3.3",
|
2018-05-07 21:39:39 +08:00
|
|
|
"sip.js": "0.7.5"
|
2017-11-28 20:25:27 +08:00
|
|
|
},
|
|
|
|
"optionalDependencies": {}
|
2017-06-13 23:53:51 +08:00
|
|
|
}
|