Scalable IoT solution for real-time body position data
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
778 B

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"author": "Haris Razis",
"license": "ISC",
"dependencies": {
"@influxdata/influxdb-client": "^1.9.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"celebrate": "^13.0.4",
"chalk": "^4.1.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"debug": "^2.6.9",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"express-session": "^1.17.1",
"faker": "^5.1.0",
"mongoose": "^5.11.8",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"redis": "^3.0.2",
"socket.io": "^3.0.4",
"socket.io-redis": "^6.0.1"
}
}