UNPKG

node-red-contrib-open-protocol

Version:

A Node-RED node to interface with Power Tools using the Atlas Copco Open Protocol

39 lines (38 loc) 837 B
{ "name": "node-red-contrib-open-protocol", "version": "1.0.3", "description": "A Node-RED node to interface with Power Tools using the Atlas Copco Open Protocol", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/netsmarttech/node-red-contrib-open-protocol.git" }, "author": "Smart-Tech", "license": "GPL-3.0-or-later", "dependencies": { "node-open-protocol": "^1.1.1" }, "keywords": [ "hardware", "ethernet", "industrial", "communication", "controller", "atlas-copco", "power-focus", "power-macs", "stanley", "desoutter", "cleco", "estic", "node-red" ], "node-red": { "nodes": { "openProtocol": "red/openProtocol.js" } } }