Actual running flowserver on test panel LM 10.0.0.5

This commit is contained in:
rasta5man 2024-04-13 20:00:05 +02:00
commit 67c503d980
57 changed files with 16678 additions and 0 deletions

27
package.json Normal file
View file

@ -0,0 +1,27 @@
{
"name": "emptyproject",
"description": "Total.js empty project.",
"version": "1.0.0",
"main": "debug.js",
"dependencies": {
"easy-crc": "0.0.2",
"mqtt": "^4.2.6",
"serialport": "^9.0.0",
"total.js": "^3.4.5",
"bitwise": "^2.1.0",
"log4js": "^6.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/totaljs/emptyproject-flow"
},
"keywords": [
"empty",
"project"
],
"author": "Peter Širka",
"license": "MIT"
}