iot-firebase/IoT-Node/package.json
2020-10-05 10:08:16 +01:00

28 lines
607 B
JSON

{
"name": "iot",
"version": "1.0.0",
"description": "IoT test",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "ssh://git@git.maxhunt.design:9999/MAX/IoT.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"firebase-admin": "^8.12.0",
"firebase-tools": "^8.2.0",
"morgan": "^1.10.0",
"request": "^2.88.2",
"requests": "^0.3.0"
}
}