mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added user notification timeout support.
This commit is contained in:
parent
ce4fdd14e3
commit
8e67568949
3 changed files with 51 additions and 9 deletions
19
package.json
19
package.json
|
@ -34,6 +34,8 @@
|
|||
"sample-config-advanced.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"archiver": "^4.0.2",
|
||||
"archiver-zip-encrypted": "^1.0.8",
|
||||
"body-parser": "^1.19.0",
|
||||
"cbor": "^4.1.5",
|
||||
"compression": "^1.7.4",
|
||||
|
@ -42,14 +44,29 @@
|
|||
"express": "^4.17.0",
|
||||
"express-handlebars": "^3.1.0",
|
||||
"express-ws": "^4.0.0",
|
||||
"image-size": "^0.8.3",
|
||||
"ipcheck": "^0.1.0",
|
||||
"jwt-simple": "^0.5.6",
|
||||
"minimist": "^1.2.0",
|
||||
"mongodb": "^3.6.0",
|
||||
"multiparty": "^4.2.1",
|
||||
"nedb": "^1.8.0",
|
||||
"node-forge": "^0.8.4",
|
||||
"node-rdpjs-2": "^0.3.5",
|
||||
"node-windows": "^0.1.14",
|
||||
"otplib": "^10.2.3",
|
||||
"passport": "^0.4.1",
|
||||
"passport-azure-oauth2": "^0.1.0",
|
||||
"passport-github2": "^0.1.12",
|
||||
"passport-google-oauth20": "^2.0.0",
|
||||
"passport-reddit": "^0.2.4",
|
||||
"passport-twitter": "^1.0.4",
|
||||
"plivo": "^4.7.0",
|
||||
"saslprep": "^1.0.3",
|
||||
"ws": "^6.2.1",
|
||||
"xmldom": "^0.1.27",
|
||||
"yauzl": "^2.10.0"
|
||||
"yauzl": "^2.10.0",
|
||||
"yubikeyotp": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue