Files
iot/package.json

62 lines
1.4 KiB
JSON

{
"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",
"bufferutil": "^4.0.1",
"connect-ensure-login": "^0.1.1",
"cookie-auth": "^2.4.2",
"cookie-parser": "^1.4.5",
"cors": "2.8.5",
"deasync": "^0.1.20",
"ejs": "^3.1.3",
"express": "^4.8.7",
"express-ejs-layouts": "^2.5.0",
"express-namespace": "^0.1.1",
"express-session": "^1.17.1",
"helmet": "3.21.3",
"log4js": "^6.3.0",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"mongoose": "^5.9.19",
"morgan": "^1.10.0",
"mosca": "^2.8.3",
"mqtt": "^4.1.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"n": "^6.5.1",
"node-cron": "^2.0.3",
"node-uuid": "^1.4.8",
"passport": "^0.4.1",
"passport-auth0": "^1.3.3",
"passport-cookie": "^1.0.8",
"passport-local": "^1.0.0",
"plaintextparser": "^1.0.3",
"pm2": "^4.4.0",
"request": "^2.88.2",
"sequelize": "^5.21.13",
"sequelize-cli": "^5.5.1",
"swagger-ui-express": "^2.0.13",
"sync-request": "^4.0.2",
"utf-8-validate": "^5.0.2",
"vash": "^0.13.0",
"winston": "^3.2.1",
"ws": "^7.3.0"
}
}