node-red-contrib-opcua
Version:
A Node-RED node to communicate via OPC UA based on node-opcua library.
56 lines (55 loc) • 1.57 kB
JSON
{
"name": "node-red-contrib-opcua",
"version": "0.2.233",
"description": "A Node-RED node to communicate via OPC UA based on node-opcua library.",
"repository": {
"type": "git",
"url": "git+https://github.com/mikakaraila/node-red-contrib-opcua.git"
},
"keywords": [
"node-red",
"OPC UA",
"opc-ua",
"unified automation",
"opc foundation",
"node-opcua"
],
"author": {
"name": "Mika Karaila",
"email": "mika.karaila@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mikakaraila/node-red-contrib-opcua/issues"
},
"node-red": {
"nodes": {
"OpcUa-Item": "opcua/101-opcuaitem.js",
"OpcUa-Client": "opcua/102-opcuaclient.js",
"OpcUa-Browser": "opcua/103-opcuabrowser.js",
"OpcUa-Server": "opcua/104-opcuaserver.js",
"OpcUa-Endpoint": "opcua/105-opcuaendpoint.js",
"OpcUa-Event": "opcua/106-opcuaevent.js",
"OpcUa-Method": "opcua/107-opcuamethod.js"
}
},
"dependencies": {
"async": "^3.2.0",
"chalk": "4.1.1",
"env-paths": "2.2.1",
"es6-map": "^0.1.5",
"flatted": "^3.1.1",
"node-opcua": "2.46.0",
"treeify": "^1.1.0"
},
"homepage": "https://github.com/mikakaraila/node-red-contrib-opcua#readme",
"scripts": {
"test": "karma start opcua.conf.js --log-level debug --single-run"
},
"devDependencies": {
"jasmine-core": "^3.7.1",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1"
}
}