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.
27 lines (26 loc) • 838 B
JSON
{
"name": "iife-vue3-nobuild",
"version": "6.1.0",
"private": true,
"description": "Simple Vue3 template using the uibuilder IIFE client library.",
"browser": "./src/index.js",
"scripts": {
"build": "echo \"Error: no build process specified\" && exit 1"
},
"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"
]
}