UNPKG

node-red-contrib-bnr

Version:

A Node-RED Node to communicate with BnR PLCs over UDP

41 lines (40 loc) 844 B
{ "name": "node-red-contrib-bnr", "version": "1.1.7", "description": "", "main": "bnr.js", "optionalDependencies": { "@protocols/node-bnr": "1.2.8" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Fernando Amorim <fernando.amorim@st-one.io>", "license": "ISC", "node-red": { "nodes": { "bnr": "bnr.js" } }, "keywords": [ "plc", "ber", "bnr", "ina", "pvi", "hardware", "protocol", "node-red" ], "repository": { "type": "git", "url": "git+https://github.com/st-one-io/node-red-contrib-bnr.git" }, "bugs": { "url": "https://github.com/st-one-io/node-red-contrib-bnr/issues" }, "homepage": "https://github.com/st-one-io/node-red-contrib-bnr#readme", "bundledDependencies": [ "@protocols/node-bnr" ] }