28 lines
622 B
JSON
28 lines
622 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"
|
|
},
|
|
"node-red": {
|
|
"nodes": {
|
|
"rotatingMachine": "rotatingMachine.js"
|
|
}
|
|
}
|
|
}
|