This commit is contained in:
Wolfgang Hottgenroth
2018-01-01 21:15:06 +01:00
commit c00520e67b
7 changed files with 155 additions and 0 deletions

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"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",
"simple-node-logger": "^0.93.33"
}
}