{ "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" }, "node-red": { "nodes": { "machineGroupControl": "mgc.js" } } }