MqttMongoNodejs/package.json
2018-05-14 14:48:43 +02:00

36 lines
882 B
JSON

{
"name": "mqtt_mongo",
"version": "1.0.0",
"description": "MQTT to MongoDB Gateway",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ./",
"start": "node dist/main.js"
},
"author": "Wolfgang Hottgenroth",
"license": "ISC",
"repository": {
"type": "git",
"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",
"typescript": "^2.3.1"
},
"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",
"readable-stream": "^2.2.9"
}
}