node-red-node-ui-list
Version:
Node-RED Dashboard UI widget node for simple list
34 lines (33 loc) • 873 B
JSON
{
"name": "node-red-node-ui-list",
"version": "0.3.6",
"description": "Node-RED Dashboard UI widget node for simple list",
"author": "Hiroyasu Nishiyama",
"contributors": [
"Dave Conway-Jones"
],
"license": "Apache-2.0",
"main": "ui_list.js",
"node-red": {
"nodes": {
"ui_list": "ui_list.js"
}
},
"peerDependencies": {
"node-red-dashboard": ">2.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-ui-nodes.git"
},
"bugs": {
"url": "https://github.com/node-red/node-red-ui-nodes/issues"
},
"homepage": "https://github.com/node-red/node-red-ui-nodes/blob/master/node-red-node-ui-list/README.md",
"keywords": [
"node-red",
"node-red-dashboard",
"dashboard",
"list"
]
}