-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 802 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 802 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
27
28
29
30
31
32
33
{
"name": "bbb-csp",
"version": "0.0.1",
"author": "Samuel Martin Moro",
"license": "BSD-3-Clause",
"repository": "https://github.com/Worteks/bbb-csp",
"description": "BigBlueButton Conferences Streaming Platform",
"devDependencies": {
"mocha": "^3.5.3"
},
"engines": {
"node": "14.16.0"
},
"scripts": {
"run": "make run",
"start": "make start"
},
"dependencies": {
"@kubernetes/client-node": "^0.14.0",
"airbrake": "^2.1.3",
"body-parser": "^1.19.0",
"dockerode": "^3.2.1",
"express": "^4.17.1",
"express-prometheus-middleware": "^1.1.0",
"express-session": "^1.17.1",
"joi": "^17.4.0",
"log-prefix": "^0.1.1",
"mustache": "^4.1.0",
"prom-client": "^13.1.0",
"request": "^2.88.2",
"xml2js": "^0.4.23"
}
}