Fixed package.json

This commit is contained in:
Ylian Saint-Hilaire 2020-03-05 13:09:33 -08:00
parent d5d750c04c
commit 0986e45be9

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.4.9-w",
"version": "0.4.9-y",
"keywords": [
"Remote Management",
"Intel AMT",
@ -28,10 +28,7 @@
"sample-config.json"
],
"dependencies": {
"acme-client": "^3.3.1",
"aedes": "^0.40.1",
"archiver": "^3.0.0",
"archiver-zip-encrypted": "^1.0.8",
"body-parser": "^1.19.0",
"cbor": "^4.1.5",
"compression": "^1.7.4",
@ -40,19 +37,14 @@
"express": "^4.17.0",
"express-handlebars": "^3.1.0",
"express-ws": "^4.0.0",
"image-size": "^0.8.3",
"ipcheck": "^0.1.0",
"minimist": "^1.2.0",
"multiparty": "^4.2.1",
"nacme": "^2.3.8",
"nedb": "^1.8.0",
"node-forge": "^0.8.4",
"node-windows": "^1.0.0-beta.1",
"otplib": "^12.0.1",
"ws": "^6.2.1",
"xmldom": "^0.1.27",
"yauzl": "^2.10.0",
"yubikeyotp": "^0.2.0"
"yauzl": "^2.10.0"
},
"devDependencies": {},
"repository": {