initial commit: dht client

This commit is contained in:
d-popov
2020-04-09 12:12:05 +03:00
commit 794eda52af
9 changed files with 3468 additions and 0 deletions

39
package.json Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "iot-rest-api",
"version": "1.0.0",
"description": " test api for IOT devices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "2.8.5",
"express": "^4.8.7",
"got": "^10.7.0",
"helmet": "3.21.3",
"jsonwebtoken": "^7.3.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.13",
"mongoose": "^5.9.5",
"morgan": "^1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"node-cron": "^2.0.3",
"node-uuid": "^1.4.8",
"request": "^2.88.2",
"sequelize": "^5.21.5",
"swagger-ui-express": "^2.0.13",
"sync-request": "^4.0.2"
}
}