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.
25 lines
466 B
25 lines
466 B
4 years ago
|
{
|
||
|
"name": "server",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Raspberry Pi data",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"example",
|
||
|
"data",
|
||
|
"raspberry",
|
||
|
"pi"
|
||
|
],
|
||
|
"author": "John Kaberakis",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"dotenv": "^8.2.0",
|
||
|
"express": "^4.17.1",
|
||
|
"nedb": "^1.8.0",
|
||
|
"nodemailer": "^6.4.17",
|
||
|
"socket.io-client": "^3.1.0"
|
||
|
}
|
||
|
}
|