Files
node-red-contrib-ui-cocktail/package.json
T
2023-08-25 07:56:24 +02:00

16 lines
322 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"
}
}
}