node-red-contrib-step-escape
Version:
A custom Node-RED Dashboard node that displays a block with a dark background, grey right border, full tab height, and 35% width.
25 lines • 609 B
JSON
{
"name": "node-red-contrib-step-escape",
"version": "1.0.42",
"description": "A custom Node-RED Dashboard node that displays a block with a dark background, grey right border, full tab height, and 35% width.",
"main": "step-escape.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"step-escape": "nodes/custom-block/step-escape.js"
}
},
"keywords": [
"node-red",
"dashboard",
"ui",
"custom"
],
"author": "Adrien Vischer",
"license": "MIT",
"dependencies": {
"node-red-dashboard": "^3.6.2"
}
}