{ "name": "rotatingMachine", "version": "1.0.3", "description": "Control module rotatingMachine", "main": "rotatingMachine.js", "scripts": { "test": "node rotatingMachine.js" }, "repository": { "type": "git", "url": "https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git" }, "keywords": [ "rotatingMachine", "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" }, "node-red": { "nodes": { "rotatingMachine": "rotatingMachine.js" } } }