UNPKG

@greact/node-red-contrib-cip-ethernet-ip

Version:

A Node-RED node to interact with Allen Bradley / Rockwell PLCs using the EtherNet/IP Protocol

45 lines 1.2 kB
{ "name": "@greact/node-red-contrib-cip-ethernet-ip", "version": "0.0.5", "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/forestjava/node-red-contrib-cip-ethernet-ip.git" }, "homepage": "https://github.com/forestjava/node-red-contrib-cip-ethernet-ip#readme", "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": { "name": "Nikita Biziaev", "email": "cap7goo@gmail.com", "url": "https://github.com/forestjava" }, "license": "GPL-3.0-or-later" }