{
  "name": "zsbonc-node-red-contrib-opcua",
  "version": "0.2.113",
  "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.0",
    "env-paths": "2.2.0",
    "es6-map": "^0.1.5",
    "flatted": "^3.1.0",
    "zsbonc-node-opcua": "2.33.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.6.0",
    "karma": "^6.0.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-jasmine": "^4.0.1"
  }
}
