node-red-contrib-ui-heatmap
Version:
A Node Red node to show a heat map
26 lines (25 loc) • 771 B
JSON
{
"name" : "node-red-contrib-ui-heatmap",
"version" : "2.2.1",
"description" : "A Node Red node to show a heat map",
"dependencies": {
},
"author": {
"name": "Bart Butenaers"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "heatmap", "heat", "map", "temperature" ],
"bugs": {
"url": "https://github.com/bartbutenaers/node-red-contrib-ui-heatmap/issues"
},
"homepage": "https://github.com/bartbutenaers/node-red-contrib-ui-heatmap",
"repository": {
"type": "git",
"url": "https://github.com/bartbutenaers/node-red-contrib-ui-heatmap.git"
},
"node-red" : {
"nodes": {
"heat-map": "heat_map.js"
}
}
}