homebridge-wol-esxi-support
Version:
A Wake on Lan plugin for Homebridge with ESXi VM support: https://github.com/nfarina/homebridge
65 lines (64 loc) • 1.27 kB
JSON
{
"name": "homebridge-wol-esxi-support",
"version": "3.2.13e",
"description": "A Wake on Lan plugin for Homebridge with ESXi VM support: https://github.com/nfarina/homebridge",
"main": "index.js",
"scripts": {
"test": "xo"
},
"keywords": [
"homebridge-plugin",
"wake on lan",
"home automation",
"wol",
"automation",
"esxi"
],
"repository": {
"type": "git",
"url": "git://github.com/xiurobert/homebridge-wol.git"
},
"author": "Alex Gustafsson",
"contributors": [
{
"name": "Tiemo Kieft",
"email": "me@isogram.nl"
},
{
"name": "Paul Curry",
"email": "github@cr3ation.co.uk"
},
{
"name": "Robert Xiu",
"email": "xiurobert@gmail.com"
}
],
"license": "ISC",
"dependencies": {
"ping": "^0.2.2",
"wake_on_lan": "0.0.4"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"devDependencies": {
"xo": "^0.20.3"
},
"xo": {
"space": 2,
"rules": {
"curly": [
"error",
"multi-or-nest",
"consistent"
],
"no-use-before-define": [
"error",
{
"classes": false
}
]
}
}
}