Files
rotatingMachine/package.json
2025-05-14 10:07:27 +02:00

29 lines
693 B
JSON

{
"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"
}
}
}