-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
46 lines (46 loc) · 979 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "accelerator",
"version": "2.0.0",
"description": "WebRTC Collaboration/Presentation Tool",
"main": "server.js",
"directories": {},
"scripts": {
"test": "echo \"No tests needed!\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cracker0dks/Accelerator"
},
"keywords": [
"webrtc",
"collaboration",
"conference",
"accelerator"
],
"dependencies": {
"dompurify": "^2.2.2",
"express": "^4.17.3",
"fluent-ffmpeg": "^2.1.2",
"formidable": "^1.2.2",
"fs-extra": "^8.1.0",
"jsdom": "^16.5.0",
"puppeteer": "^2.1.1",
"socket.io": "^2.5.0",
"yauzl": "^2.10.0"
},
"author": "Raphael Fritsch",
"contributors": [
{
"name": "Raphael Fritsch",
"email": "[email protected]"
},
{
"name": "Simone Liegl",
"email": "[email protected]"
},
{
"name": "Sebastian Hirth"
}
],
"license": "GPL-3.0-or-later"
}