{
  "displayName": "Homebridge Shelly RGBW2 CCT",
  "name": "homebridge-shellyrgbw2tocct-igs",
  "version": "0.1.6",
  "description": "This is homebridge plugin for ShellyRGBW2 changes to 2 CCT LED stripes. It is using white mode. Please see the instruction to wire and setup the device.",
  "license": "MIT",
  "keywords": [
    "homebridge-plugin",
    "igloosmart",
    "CCT",
    "Shelly",
    "RGBW2"
  ],
  "engines": {
    "node": ">=0.12.0",
    "homebridge": ">=0.2.0"
  },
  "author": {
    "name": "Anson Fung @ igloosmart"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/igloosmart/homebridge-shellyrgbw2tocct-igs.git"
  },
  "dependencies": {
    "request": "^2.65.0",
	  "polling-to-event": ">=2.0.2"
  }
}