MqttMongoNodejs/package.json
Wolfgang Hottgenroth b6e34999b1 mqtt added
2017-04-28 22:04:27 +02:00

24 lines
534 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",
"devDependencies": {
"@types/commander": "^2.9.0",
"@types/mqtt": "0.0.34",
"@types/node": "^7.0.14",
"typescript": "^2.3.1"
},
"dependencies": {
"commander": "^2.9.0",
"mqtt": "^2.6.2"
}
}