UNPKG

node-red-contrib-ui-artless-gauge2

Version:
32 lines (31 loc) 889 B
{ "name": "node-red-contrib-ui-artless-gauge2", "version": "0.3.13", "description": "A Node-RED dashboard ui node. Gauge with minimal design", "homepage": "https://github.com/das399igste/node-red-contrib-ui-artless-gauge2", "author": "das399igste <das399igste@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/das399igste/node-red-contrib-ui-artless-gauge2.git" }, "main": "ui-artless-gauge2.js", "node-red": { "version": ">=2.0.0", "nodes": { "ui-artless-gauge2": "ui-artless-gauge2.js" } }, "engines": { "node": ">=10.0.0" }, "keywords": [ "node-red", "gauge", "dashboard", "log2" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }