{
    "name": "ioriver-hue",
    "version": "0.1.0",
    "description": "Ioriver plugin for Hue API ",
    "main": "index.js",
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/cybermagese/ioriver-hue.git"
    },
    "engines": {
      "ioriver": ">=0.5.0",
      "node": ">=8" 
    },
    "keywords": [
      "ioriver","hue","iot"
    ],
    "author": "Ove Jansson <ove@cybermage.se>",
    "license": "ISC",
    "bugs": {
      "url": "https://github.com/cybermagese/ioriver-hue/issues"
    },
    "homepage": "https://github.com/cybermagese/ioriver-hue#readme",
    "dependencies": {
      "ioriver": "^0.5.0",
      "raw-hue-api": "^0.1.0" 
    }
  }