UNPKG

node-red-node-ui-duallineargauge

Version:

A Node-RED ui node to display a linear dual gauge on the dashboard.

37 lines (35 loc) 896 B
{ "name": "node-red-node-ui-duallineargauge", "version": "0.0.1", "description": "A Node-RED ui node to display a linear dual gauge on the dashboard.", "peerDependencies": { "node-red-dashboard": ">2.13.0" }, "author": "Lucas Dalmarco", "contributors": [ ], "license": "Apache-2.0", "keywords": [ "node-red", "node-red-dashboard", "gauge", "linear" ], "bugs": { "url": "https://github.com/node-red/node-red-ui-nodes/issues" }, "homepage": "https://github.com/node-red/node-red-ui-nodes/node-red-node-ui-lineargauge#README.md", "repository": { "type": "git", "url": "git+https://github.com/node-red/node-red-ui-nodes.git" }, "node-red": { "nodes": { "ui_lineargauge": "dual_linear_gauge.js" } }, "main": "dual_linear_gauge.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }