2019-06-11 17:32:22 +00:00
|
|
|
{
|
|
|
|
"name": "homebridge-harmony-control",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Homebridge platform to control smart home equipment by room.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://git@watsonb8.ddns.net:2122/misc/homebridge-harmony-control.git"
|
|
|
|
},
|
|
|
|
"author": "Brandon Watson",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"tslint": "^5.17.0",
|
|
|
|
"typescript": "^3.5.1"
|
2019-06-13 14:00:29 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@types/node": "^12.0.7",
|
|
|
|
"harmony-websocket": "^1.1.0",
|
|
|
|
"homebridge": "^0.4.50",
|
|
|
|
"request": "^2.88.0"
|
2019-06-11 17:32:22 +00:00
|
|
|
}
|
2019-06-13 14:00:29 +00:00
|
|
|
}
|