{
  "name": "node-red-node-ui-lineargauge",
  "version": "0.3.7",
  "description": "A Node-RED ui node to display a linear gauge on the dashboard.",
  "peerDependencies": {
      "node-red-dashboard": ">2.13.0"
  },
  "author": "Seth Johnson (https://github.com/seth350)",
  "contributors": [
    "Bart Butenaers (https://github.com/bartbutenaers)"
  ],
  "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": "linear_gauge.js"
    }
  },
  "main": "linear_gauge.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
