node-red-contrib-cip-st-ethernet-ip
Version:
A Node-RED node to interact with Allen Bradley / Rockwell PLCs using the EtherNet/IP Protocol
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "node-red-contrib-cip-st-ethernet-ip",
"version": "2.0.3",
"description": "A Node-RED node to interact with Allen Bradley / Rockwell PLCs using the EtherNet/IP Protocol",
"main": "index.js",
"dependencies": {
"st-ethernet-ip": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/SerafinTech/node-red-contrib-cip-st-ethernet-ip.git"
},
"bugs": {
"url": "https://github.com/SerafinTech/node-red-contrib-cip-st-ethernet-ip/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hardware",
"ethernet",
"ethernet-ip",
"ethernet/ip",
"CIP",
"industrial",
"PLC",
"communication",
"controller",
"rockwell",
"allen",
"bradley",
"allen-bradley",
"pccc",
"node-red"
],
"node-red": {
"nodes": {
"ethernet-ip": "red/ethernet-ip.js"
}
},
"author": "ST-One Ltda.",
"license": "GPL-3.0-or-later"
}