{
  "name": "lirc-client",
  "version": "2.0.0",
  "description": "Connect to LIRC Daemon (Infrared)",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "engines": {
    "node": ">=6.12.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hobbyquaker/lirc-client"
  },
  "keywords": [
    "lirc",
    "lircd",
    "infrared",
    "remote",
    "control",
    "client"
  ],
  "author": "Sebastian Raff <hq@ccu.io> (https://hobbyquaker.github.io)",
  "contributors": [
    "Vincent Trumpff (https://github.com/vincent-tr)",
    "Johann Richard (https://github.com/johannrichard)",
    "Kimberly Zick (https://github.com/rummik)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hobbyquaker/lirc-client/issues"
  },
  "homepage": "https://github.com/hobbyquaker/lirc-client",
  "devDependencies": {
    "camo-purge": "latest",
    "grunt": "latest",
    "grunt-cli": "latest",
    "grunt-contrib-concat": "latest",
    "grunt-jsdoc-to-markdown": "latest",
    "grunt-shell": "latest",
    "grunt-xo": "latest",
    "xo": "latest"
  },
  "xo": {
    "space": 4
  }
}
