{
  "name": "@kaaiot/node-red-contrib-kaa",
  "version": "1.0.1",
  "description": "Kaa Node RED Integration",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaaproject/node-red-contrib-kaa.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "nodered",
    "mqtt",
    "iot",
    "kaa"
  ],
  "node-red": {
    "nodes": {
      "kaa-connector": "nodes/connectorNode.js",
      "kaa-update-metadata": "nodes/metadataNode.js",
      "kaa-timeseries": "nodes/timeseriesNode.js",
      "kaa-command-subcription": "nodes/commandSubscriptionNode.js",
      "kaa-command-resut": "nodes/commandResultNode.js",
      "kaa-teltonika": "nodes/teltonikaNode.js"
    }
  },
  "author": "kaa-team@kaaiot.io",
  "license": "ISC",
  "dependencies": {
    "express": "^4.18.2",
    "mqtt": "^4.2.6",
    "package.json": "^2.0.1"
  }
}
