forked from jebabin/homebridge-philipstv-enhanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 897 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
{
"name": "homebridge-philipstv-enhanced",
"version": "0.1.1",
"description": "Homebridge module for the Philips TV (with JointSpace enabled) and ready for 2018 models",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jebabin/homebridge-philipstv-enhanced.git"
},
"dependencies": {
"polling-to-event": "^2.0.2",
"request": "^2.69.0",
"wake_on_lan": "0.0.4"
},
"keywords": [
"homebridge",
"philipstv",
"JointSpace",
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "jebabin",
"license": "ISC",
"bugs": {
"url": "https://github.com/jebabin/homebridge-philipstv-enhanced/issues"
},
"homepage": "https://github.com/jebabin/homebridge-philipstv-enhanced#readme"
}