UNPKG

node-red-contrib-simatic-opcua-event

Version:

A node-red node to communicate with Siemens PLC S7-1500 or any other basic opc ua server. Based on "node-red-contrib-opcua"-Nodes.

38 lines (37 loc) 994 B
{ "name": "node-red-contrib-simatic-opcua-event", "version": "0.0.10", "description": "A node-red node to communicate with Siemens PLC S7-1500 or any other basic opc ua server. Based on \"node-red-contrib-opcua\"-Nodes.", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@code.siemens.com:simatic-systems-support/industrial-edge/edge-apps/nodered.git" }, "keywords": [ "opcua", "simatic" ], "author": "Lena Lind", "license": "Apache-2.0", "node-red": { "nodes": { "OpcUa-SimaticEvent": "OPCUASimaticEvent.js", "OpcUa-SimaticClient": "OPCUASimaticClient.js", "OpcUa-SimaticEndpoint": "OPCUASimaticEndpoint.js" } }, "dependencies": { "async": "^3.2.1", "chalk": "^4.1.2", "env-path": "^1.0.7", "env-paths": "^2.2.1", "es6-map": "^0.1.5", "flatted": "^3.2.2", "node-opcua": "^2.50.0" } }