2025-05-14 10:08:34 +02:00
|
|
|
{
|
|
|
|
|
"name": "monster",
|
|
|
|
|
"version": "1.0.5",
|
|
|
|
|
"description": "Control module Monsternamekast",
|
|
|
|
|
"main": "monster.js",
|
|
|
|
|
"scripts": {
|
2026-01-20 18:17:40 +01:00
|
|
|
"test": "node test/monster.specific.test.js"
|
2025-05-14 10:08:34 +02:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-10-06 16:18:46 +02:00
|
|
|
"url": "https://gitea.centraal.wbd-rd.nl/RnD/monster.git"
|
2025-05-14 10:08:34 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"monster",
|
|
|
|
|
"node-red"
|
|
|
|
|
],
|
|
|
|
|
"author": "R. De Ren / S. Fijnje",
|
|
|
|
|
"license": "SEE LICENSE",
|
|
|
|
|
"dependencies": {
|
2025-10-06 16:18:46 +02:00
|
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
|
2025-05-14 10:08:34 +02:00
|
|
|
},
|
|
|
|
|
"node-red": {
|
|
|
|
|
"nodes": {
|
|
|
|
|
"monster": "monster.js"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|