introduce mongodb connection
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user