Files
monster/package.json
2025-10-06 16:18:46 +02:00

28 lines
576 B
JSON

{
"name": "monster",
"version": "1.0.5",
"description": "Control module Monsternamekast",
"main": "monster.js",
"scripts": {
"test": "node monster.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/monster.git"
},
"keywords": [
"monster",
"node-red"
],
"author": "R. De Ren / S. Fijnje",
"license": "SEE LICENSE",
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
},
"node-red": {
"nodes": {
"monster": "monster.js"
}
}
}