forked from mconf/bbb-webrtc-sfu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 683 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "bbb-webrtc-sfu",
"version": "2.2.2",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@kubernetes/client-node": "0.7.1",
"bbb-promise": "1.1.0",
"config": "1.30.0",
"js-yaml": "3.11.0",
"kue": "0.11.6",
"kurento-client": "git+https://github.com/mconf/kurento-client-js.git#mconf",
"mcs-js": "git+https://github.com/mconftec/mcs-js.git#mconf",
"node-docker-api": "1.1.22",
"readable-id": "1.0.0",
"redis": "2.8.0",
"sdp-transform": "2.4.1",
"sip.js": "0.7.5",
"winston": "2.4.2",
"winston-daily-rotate-file": "1.7.2",
"ws": "3.3.3"
},
"optionalDependencies": {}
}