@background404/node-red-contrib-mcu-m5units
Version:
Node-RED nodes to use M5Stack Units with Node-RED MCU
20 lines (19 loc) • 472 B
JSON
{
"name": "node-create-guidelines",
"version": "1.0.0",
"description": "Guidelines and templates for creating Node-RED nodes.",
"main": "node/index.js",
"keywords": [
"node-red",
"node-red-node",
"example"
],
"author": "background404",
"license": "MIT",
"node-red": {
"nodes": {
"example-node": "node/example-node/example-node.js"
}
},
"dependencies": {}
}