UNPKG

node-red-opcua-otmr

Version:
37 lines (36 loc) 817 B
{ "name": "node-red-opcua-otmr", "version": "3.0.2", "description": "OPCUA communication", "main": "opcua-otmr.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "opcua", "node-red-contrib", "opc ua", "iiot", "industrial", "automation" ], "author": "Omid Teimoori <omid@teimoori.com> (https://omidteimoori.com)", "license": "ISC", "homepage": "https://omidteimoori.com/projects", "node-red": { "nodes": { "opcua-otmr": "opcua-otmr.js" } }, "repository": { "type": "git", "url": "https://github.com/omidteimoori/node-red-opcua-otmr.git" }, "bugs": { "url": "https://github.com/omidteimoori/node-red-opcua-otmr/issues" }, "dependencies": { "node-opcua": "^2.126.0" } }