blob: dd662601153172830c422b2725a4276cbe32bda6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "bbbrecorder",
"version": "0.0.1",
"description": "Capture BBB recording & export as a video",
"scripts": {
"example": "node export.js \"https://BBB_HOST/playback/presentation/2.0/playback.html?meetingId=MEETING_ID\" meeting.webm 10 true"
},
"keywords": [
"record",
"chrome",
"puppeteer",
"screencast"
],
"dependencies": {
"puppeteer": "^2.1.1",
"xvfb": "^0.3.0",
"ws": "^7.2.3"
}
}
|