node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
36 lines (35 loc) • 1.08 kB
JSON
{
"name": "uib-blank",
"version": "2025-05-27",
"private": true,
"description": "This is about the simplest template you can get for uibuilder.",
"browser": "./src/index.js",
"scripts": {
"build": "echo \"No build process specified\""
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.27.0",
"@stylistic/eslint-plugin": "^4.2.0",
"eslint": "^9.27.0",
"eslint-plugin-html": "^8.1.3",
"eslint-plugin-jsdoc": "^51.3.1",
"globals": "^16.1.0"
},
"keywords": ["uibuilder", "node-red", "node-red-contrib-uibuilder"],
"author": "Julian Knight (Totally Information)",
"license": "Apache-2.0",
"homepage": "https://github.com/TotallyInformation/node-red-contrib-uibuilder",
"bugs": "https://github.com/TotallyInformation/node-red-contrib-uibuilder/issues",
"repository": {
"type": "git",
"url": "https://github.com/TotallyInformation/node-red-contrib-uibuilder.git"
},
"browserslist": [
"> 0.5%",
"maintained versions",
"last 2 versions",
"not dead",
"not ie > 0"
]
}