1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Improved crypto and removed dependency on WebSocket library, using ws instead.

This commit is contained in:
Ylian Saint-Hilaire 2017-10-14 23:22:19 -07:00
parent 3632741d9e
commit 1952d75860
19 changed files with 379 additions and 439 deletions

View file

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.0.8-u",
"version": "0.0.8-w",
"keywords": [
"Remote Management",
"Intel AMT",
@ -26,20 +26,22 @@
],
"dependencies": {
"archiver": "^1.3.0",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"connect-redis": "^3.2.0",
"express": "^4.15.2",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"connect-redis": "^3.3.2",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.1",
"express-session": "^1.15.6",
"express-ws": "^2.0.0",
"meshcentral": "*",
"minimist": "^1.2.0",
"mongojs": "^2.4.1",
"multiparty": "^4.1.3",
"nedb": "^1.8.0",
"node-forge": "^0.6.49",
"node-windows": "^0.1.14",
"unzip": "^0.1.11",
"websocket": "^1.0.24",
"ws": "^3.2.0",
"xmldom": "^0.1.27"
},
"optionalDependencies": {