Begin node.js storage monitor service

This commit is contained in:
Vitaliy Filippov
2020-05-15 01:29:15 +03:00
parent c2c2eefea4
commit b467d0559f
3 changed files with 655 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "rage-mon",
"version": "1.0.0",
"description": "RAGE storage monitor service",
"main": "mon.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vitaliy Filippov",
"license": "UNLICENSED",
"dependencies": {
"ws": "^7.2.5"
}
}