Surcouche Jitsi prenant en charge notamment l'authentification OIDC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jitsi-overlay/package.json

47 lines
1002 B

{
"name": "nodejs_overlay",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "pkg package.json"
},
"dependencies": {
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^7.0.0",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-session": "^1.17.2",
"global-agent": "^3.0.0",
"helmet": "^3.22.0",
"http-errors": "~1.6.2",
"i18n": "^0.9.0",
"jsonwebtoken": "^8.5.1",
"latest-version": "^6.0.0",
"mongodb": "^3.7.0",
"morgan": "~1.9.0",
"node-jsonwebtoken": "0.0.1",
"npm-lifecycle": "^3.1.5",
"openid-client": "^4.7.5",
"passport": "^0.4.1",
"path": "^0.12.7",
"validator": "^13.7.0"
},
"bin": "bin/www",
"pkg": {
"scripts": [
"/**/*.js"
],
"assets": [
"views/**/*",
"public/**/*",
"locales/**/*"
],
"targets": [
"node12-linux-x64"
],
"outputPath": "dist"
}
}