{
  "name": "node-red-contrib-tcc-honeywell",
  "version": "0.0.1",
  "description": "Node for interfacing with legacy (my total connect comfort/TCC) Honeywell thermostats in Node-Red",
  "main": "node-tcc-honeywell.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "request": ">=2.83.0"
  },
  "node-red": {
    "nodes": {
      "tcc-honeywell": "node-tcc-honeywell.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theminor/node-red-contrib-tcc-honeywell.git"
  },
  "keywords": [
    "node-red",
    "honeywell",
    "tcc"
  ],
  "author": "theminor",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/theminor/node-red-contrib-tcc-honeywell/issues"
  },
  "homepage": "https://github.com/theminor/node-red-contrib-tcc-honeywell#readme"
}
