Files
dispatcher_ng/package.json
Wolfgang Hottgenroth a24ae9f691 node-cron installed
2018-01-04 22:39:34 +01:00

25 lines
612 B
JSON

{
"name": "dispatcher_ng",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/wolutator/dispatcher_ng.git"
},
"author": "Wolfgang Hottgenroth <woho@hottis.de>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/wolutator/dispatcher_ng/issues"
},
"homepage": "https://gitlab.com/wolutator/dispatcher_ng#README",
"dependencies": {
"mqtt": "^2.15.0",
"node-cron": "^1.2.1",
"simple-node-logger": "^0.93.33"
}
}