UNPKG

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) 974 B
{ "name": "vue", "version": "6.1.0", "description": "A Vue v2 and bootstrap-vue example template for uibuilder with Node-RED. You need to have installed `vue` v2 and `bootstrap-vue` v2 to use this template. uibuilder will warn you if you don't have them installed.", "private": true, "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" ] }