UNPKG

node-red-contrib-s5

Version:

A Node-RED Node to communicate with Siemens S5 PLCs over Serial Port

37 lines (36 loc) 778 B
{ "name": "node-red-contrib-s5", "version": "1.1.12-beta.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Fernando Amorim", "license": "ISC", "optionalDependencies": { "@protocols/nodes5": "^1.0.18-beta.1" }, "keywords": [ "s5", "node-red", "siemens", "plc" ], "bugs": { "url": "https://github.com/st-one-io/node-red-contrib-s5/issues" }, "repository": { "type": "git", "url": "git+https://github.com/st-one-io/node-red-contrib-s5.git" }, "homepage": "https://github.com/st-one-io/node-red-contrib-s5#readme", "node-red": { "nodes": { "s5": "red/s5.js" } }, "bundledDependencies": [ "@protocols/nodes5" ] }