-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
37 lines (37 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "homebridge-bravia",
"version": "2.4.9",
"description": "Homebridge plugin for Sony Bravia TVs (AndroidTV based ones and possibly others)",
"main": "index.js",
"scripts": {
"test": "./node_modules/homebridge/bin/homebridge -P ./ -I -U ./.homebridge"
},
"repository": {
"type": "git",
"url": "git+https://github.com/normen/homebridge-bravia.git"
},
"keywords": [
"homebridge-plugin",
"sony",
"androidtv",
"tv",
"homebridge"
],
"author": "Normen Hansen",
"license": "MIT",
"bugs": {
"url": "https://github.com/normen/homebridge-bravia/issues"
},
"homepage": "https://github.com/normen/homebridge-bravia#readme",
"engines": {
"homebridge": ">=0.4.46",
"node": ">=0.12.0"
},
"dependencies": {
"base-64": "^0.1.0",
"wake_on_lan": "^1.0.0"
},
"devDependencies": {
"homebridge": "^1.3.2"
}
}