ESP32 CAM with Arduino IDE | Tutorial - [Part.9] Multiple CAM Dashboard With New Features (ft. ⏯️🔴💾)

This commit is contained in:
Eric
2020-07-28 10:58:10 -07:00
parent 1b781aa77f
commit 4971f575d6
14 changed files with 780 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "nodeserver",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"express": "^4.17.1",
"path": "^0.12.7",
"ws": "^7.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC"
}