43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "homebridge-harmony-control",
|
|
"version": "1.0.0",
|
|
"description": "Homebridge platform to control smart home equipment by room.",
|
|
"main": "bin/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@watsonb8.ddns.net:2122/misc/homebridge-harmony-control.git"
|
|
},
|
|
"author": "Brandon Watson",
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"homebridge-plugin",
|
|
"harmony",
|
|
"websocket",
|
|
"harmonyhub",
|
|
"homekit"
|
|
],
|
|
"engines": {
|
|
"homebridge": ">=0.4.21",
|
|
"node": ">=7.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"rollup-plugin-typescript": "^1.0.1",
|
|
"tslib": "^1.10.0",
|
|
"tslint": "^5.17.0",
|
|
"typescript": "^3.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@types/node": "^12.0.7",
|
|
"harmony-websocket": "^1.1.0",
|
|
"homebridge": "^0.4.50",
|
|
"request": "^2.88.0"
|
|
}
|
|
}
|