forked from RnD/machineGroupControl
updates to machinegroupcontrol to work in new gitea repo
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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": "MIT",
|
||||
"dependencies": {
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||
"predict": "git+https://gitea.centraal.wbd-rd.nl/RnD/predict.git"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"machineGroupControl": "mgc.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user