instancify

This commit is contained in:
2018-05-14 14:48:43 +02:00
parent a361a1c50e
commit d14b83f3ef
7 changed files with 467 additions and 290 deletions

View File

@ -15,6 +15,8 @@
"url": "git@gitlab.com:wolutator/MqttMongoNodejs.git"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/moment": "^2.13.0",
"@types/mongodb": "^2.2.0",
"@types/mqtt": "0.0.34",
"@types/node": "^7.0.14",
@ -22,7 +24,9 @@
},
"dependencies": {
"chalk-console": "^1.0.1",
"command-line-args": "^5.0.2",
"commander": "^2.15.1",
"moment": "^2.22.1",
"mongodb": "^2.2.26",
"mqtt": "^2.6.2",
"queuejs": "^0.1.0",