@xlabnpm/node-red-contrib-opcua-xlabserver
Version:
XLab OPC UA Server node for Node-RED
27 lines (26 loc) • 575 B
JSON
{
"name": "@xlabnpm/node-red-contrib-opcua-xlabserver",
"version": "1.0.3",
"description": "XLab OPC UA Server node for Node-RED",
"main": "index.js",
"author": "xlab.io <lyj3475@nate.com>",
"license": "MIT",
"keywords": [
"node-red",
"opcua",
"xlab",
"opcua-server"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lyj3475/node-red-contrib-opcua-xlabserver.git"
},
"node-red": {
"nodes": {
"opcua-xlabserver": "nodes/102-opcuaserver.js"
}
},
"dependencies": {
"node-opcua": "^2.90.0"
}
}