first commit

This commit is contained in:
2021-03-20 11:53:20 -05:00
parent 29e3a33f3d
commit af43f1b2bc
11 changed files with 1335 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "matrix_led",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mqtt": "^4.2.6",
"socket.io": "^3.0.4"
}
}