Initial commit

This commit is contained in:
2019-11-19 18:54:40 +01:00
commit 6477f7a30c
1536 changed files with 170775 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "fan-control",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "sudo nodemon index",
"prod": "sudo node index"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"nodemon": "^1.19.4"
}
}