2025-05-14 08:23:29 +02:00
|
|
|
{
|
|
|
|
|
"name": "machineGroupControl",
|
|
|
|
|
"version": "0.9.0",
|
|
|
|
|
"description": "Control module machineGroupControl",
|
|
|
|
|
"main": "mgc.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "node mgc.js"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"machineGroupControl",
|
|
|
|
|
"node-red"
|
|
|
|
|
],
|
|
|
|
|
"author": "Rene De Ren",
|
2025-05-14 10:05:00 +02:00
|
|
|
"license": "SEE LICENSE",
|
2025-05-14 08:23:29 +02:00
|
|
|
"dependencies": {
|
2025-07-01 17:03:36 +02:00
|
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
|
2025-05-14 08:23:29 +02:00
|
|
|
},
|
|
|
|
|
"node-red": {
|
|
|
|
|
"nodes": {
|
|
|
|
|
"machineGroupControl": "mgc.js"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|