29 lines
645 B
JSON
29 lines
645 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://github.com/brabantsedelta/typicals.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",
|
|
"convert": "git+https://gitea.centraal.wbd-rd.nl/RnD/convert.git"
|
|
},
|
|
"node-red": {
|
|
"nodes": {
|
|
"monster": "monster.js"
|
|
}
|
|
}
|
|
}
|