{
  "name": "node-red-contrib-skyremote-new",
  "version": "0.1.2",
  "description": "This node-red node allows you to remotely control a Sky satellite box. The node mimics the Sky Box functionality of the Sky Remote Control",
  "main": "SkyRemote.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shaewen-Chronicles/node-red-contrib-skyremote-new.git"
  },
  "dependencies": {
    "sky-remote": "^1.2.x"
  },
  "keywords": [
    "node-red",
    "Sky",
    "Remote",
    "SkyTV",
    "SkyPlusHD",
    "SkyPlus",
    "SkyHD",
    "SkyQ"
  ],
  "node-red": {
    "nodes": {
      "SkyRemote": "SkyRemote.js",
      "SkyBoxConfig": "SkyRemote-config.js"
    }
  },
  "author": "Mark Setrem edits by Christian Lerch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Shaewen-Chronicles/node-red-contrib-skyremote-new/issues"
  },
  "homepage": "https://github.com/Shaewen-Chronicles/node-red-contrib-skyremote-new#readme"
}
