@ralphwetzel/node-red-mcu-plugin
Version:
Plugin to integrate Node-RED MCU Edition into the Node-RED Editor
25 lines • 612 B
JSON
{
"//": {
"***": "https://github.com/ralphwetzel/node-red-mcu-plugin",
"npm": "node-red-contrib-semaphore",
"xs": "manifest.json",
"@": "2022-10-16T17:27:14.820Z",
"ref": "https://github.com/Moddable-OpenSource/moddable",
"template": {
"build": ["MCUMODULES"],
"modules": [ "node-red-contrib-semaphore" ]
}
},
"build": {
},
"include": [
"$(MCUMODULES)/require/manifest.json",
"$(MCUMODULES)/semaphore/manifest.json"
],
"modules": {
"*": []
},
"preload": [
"node-red-contrib-semaphore"
]
}