introduce mongodb connection

This commit is contained in:
Wolfgang Hottgenroth
2017-04-30 19:00:16 +02:00
parent 3b25d3df89
commit a421153173
2 changed files with 27 additions and 7 deletions

View File

@ -10,18 +10,20 @@
},
"author": "Wolfgang Hottgenroth",
"license": "ISC",
"repository": {
"type" : "git",
"url" : "git@gitlab.com:wolutator/MqttMongoNodejs.git"
"repository": {
"type": "git",
"url": "git@gitlab.com:wolutator/MqttMongoNodejs.git"
},
"devDependencies": {
"@types/commander": "^2.9.0",
"@types/mongodb": "^2.2.0",
"@types/mqtt": "0.0.34",
"@types/node": "^7.0.14",
"typescript": "^2.3.1"
},
"dependencies": {
"commander": "^2.9.0",
"mongodb": "^2.2.26",
"mqtt": "^2.6.2"
}
}