Files
matrix_led_js/package.json
2021-03-20 11:53:20 -05:00

18 lines
302 B
JSON

{
"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"
}
}