-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 936 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
{
"name": "bbb-pads",
"version": "1.5.3",
"description": "BigBlueButton's pads manager",
"engines": {
"node": ">=16"
},
"scripts": {
"start": "node index.js",
"lint": "./node_modules/.bin/eslint lib/**",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigbluebutton/bbb-pads.git"
},
"keywords": [
"bigbluebutton",
"etherpad"
],
"author": "Pedro Beschorner Marin <[email protected]>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/bigbluebutton/bbb-pads/issues"
},
"homepage": "https://github.com/bigbluebutton/bbb-pads#readme",
"dependencies": {
"@mconf/bbb-diff": "^1.2.0",
"axios": "^1.7.4",
"express": "^4.21.2",
"http-proxy": "^1.18.1",
"lodash": "^4.17.21",
"prom-client": "^14.1.1",
"redis": "^3.1.2"
},
"devDependencies": {
"eslint": "^8.12.0",
"jest": "^27.5.1"
}
}