initial code

This commit is contained in:
2018-08-01 16:46:57 +02:00
parent 6d68062181
commit 68ced39827
4 changed files with 1120 additions and 1 deletions

View File

@ -19,6 +19,7 @@
"@types/moment": "^2.13.0",
"@types/mqtt": "0.0.34",
"@types/node": "^7.0.14",
"@types/request": "^2.47.1",
"typescript": "^2.3.1"
},
"dependencies": {
@ -26,6 +27,7 @@
"command-line-args": "^5.0.2",
"commander": "^2.15.1",
"moment": "^2.22.1",
"mqtt": "^2.6.2"
"mqtt": "^2.6.2",
"request": "^2.87.0"
}
}