UNPKG

node-red-contrib-serial-modbus

Version:
35 lines (34 loc) 809 B
{ "name": "node-red-contrib-serial-modbus", "version": "0.0.11", "description": "Node to read values from a Modbus slave via RS485", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "modbus", "serial", "rs485" ], "author": "hardillb@gmail.com", "contributor": ["Leif Neland (leif@neland.dk)"], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/leifnel/node-red-contrib-serial-modbus" }, "bugs": { "url": "https://github.com/leifnel/node-red-contrib-serial-modbus/issues" }, "dependencies": { "bluebird": "^3.7.1", "modbus-serial": "^7.7.3", "serialport": "^7.1.5" }, "node-red": { "nodes": { "modbus-serial": "modbus-serial.js" } } }