@eflexsystems/node-red-contrib-open-protocol
Version:
A Node-RED node to interface with other systems using the Open Protocol
39 lines (38 loc) • 855 B
JSON
{
"name": "@eflexsystems/node-red-contrib-open-protocol",
"version": "1.0.3",
"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/netsmarttech/node-red-contrib-open-protocol.git"
},
"author": "Smart-Tech",
"license": "GPL-3.0-or-later",
"dependencies": {
"@eflexsystems/node-open-protocol": "^1.1.0"
},
"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"
}
}
}