proper nodejs versioning, encryption working

This commit is contained in:
zefie
2021-07-14 08:54:54 -04:00
parent 06dd3d7ebf
commit 1b4809f70b
38 changed files with 988 additions and 221 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hacktv_updsrv",
"version": "0.0.0",
"version": "0.5.2",
"description": "hacktv_updsrv",
"main": "app.js",
"author": {
@@ -10,6 +10,7 @@
"crypto-js": "^4.0.0",
"endianness": "^8.0.2",
"mime-types": "^2.1.31",
"node-crc16": "^2.0.7",
"strftime": "^0.10.0"
}
}