homebridge-onkyo-latest
Version:
Homebridge plugin for Onkyo Receivers
75 lines (74 loc) • 1.75 kB
JSON
{
"name": "homebridge-onkyo-latest",
"version": "0.8.0",
"description": "Homebridge plugin for Onkyo Receivers",
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore package.json config.schema.json",
"test": "xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelMade/homebridge-onkyo-latest.git"
},
"dependencies": {
"eiscp": "git://github.com/untitledlt/eiscp.js.git",
"polling-to-event": "^2.1.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-plugin-json": "^2.1.1",
"xo": "^0.24.0"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"onkyo-avr",
"onkyo"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.46"
},
"author": "gw-wiscon <gw.wiscon@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ToddGreenfield/homebridge-onkyo/issues"
},
"homepage": "https://github.com/ToddGreenfield/homebridge-onkyo#readme",
"xo": {
"space": false,
"rules": {
"camelcase": "off",
"kebabCase": "off",
"no-mixed-spaces-and-tabs": "warn",
"no-useless-escape": "warn",
"indent": "off",
"quotes": "warn",
"capitalized-comments": "off",
"no-var": "warn",
"prefer-destructuring": "off",
"prefer-arrow-callback": "warn",
"object-shorthand": [
"off",
"always",
{
"ignoreConstructors": true
}
],
"quote-props": "error",
"no-unused-vars": "warn",
"curly": [
"error",
"multi-or-nest",
"consistent"
],
"no-use-before-define": [
"error",
{
"classes": false
}
]
}
}
}