Files
2023-08-26 01:09:17 +02:00

18 lines
406 B
JSON

{
"name": "node-red-contrib-ui-cocktail",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jendrik Jäger",
"license": "ISC",
"node-red": {
"nodes": {
"ui_button_group": "button-group.js",
"ui_gauge_group": "gauge-group.js",
"ui_multi_group": "multi-group.js"
}
}
}