connected to atlas

This commit is contained in:
Wolfgang Hottgenroth
2017-08-23 17:54:50 +02:00
parent eb247646a0
commit a0a922f851
6 changed files with 131 additions and 5 deletions

View File

@ -13,6 +13,7 @@
"license": "ISC",
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/mongodb": "^2.2.10",
"@types/mqtt": "0.0.34",
"@types/node": "^8.0.14",
"typescript": "^2.4.2"
@ -20,6 +21,7 @@
"dependencies": {
"chalk": "^2.0.1",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"mqtt": "^2.9.2"
}
}