node-red-contrib-open-protocol-desoutter
Version:
A Node-RED node to interface with other systems using the Open Protocol
39 lines (38 loc) • 858 B
JSON
{
"name": "node-red-contrib-open-protocol-desoutter",
"version": "2.0.1",
"description": "A Node-RED node to interface with other systems using the Open Protocol",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jeremy-london/node-red-contrib-open-protocol-desoutter.git"
},
"author": "Smart-Tech",
"license": "GPL-3.0-or-later",
"dependencies": {
"node-open-protocol-desoutter": "^2.0.1"
},
"keywords": [
"hardware",
"ethernet",
"industrial",
"communication",
"controller",
"atlas-copco",
"power-focus",
"power-macs",
"stanley",
"desoutter",
"cleco",
"estic",
"node-red"
],
"node-red": {
"nodes": {
"openProtocol": "red/openProtocol.js"
}
}
}