forked from RnD/machineGroupControl
29 lines
747 B
JSON
29 lines
747 B
JSON
{
|
|
"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",
|
|
"license": "SEE LICENSE",
|
|
"dependencies": {
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
|
"convert": "git+https://gitea.centraal.wbd-rd.nl/RnD/convert.git",
|
|
"predict": "git+https://gitea.centraal.wbd-rd.nl/RnD/predict.git"
|
|
},
|
|
"node-red": {
|
|
"nodes": {
|
|
"machineGroupControl": "mgc.js"
|
|
}
|
|
}
|
|
} |