forked from gw-wiscon/homebridge-philipstv
-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
34 lines (34 loc) · 892 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-x",
"version": "0.5.0",
"description": "Homebridge module for the Philips TV (with JointSpace enabled) and ready for 2016 models",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skrollme/homebridge-philipstv-x.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": "skrollme <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/skrollme/homebridge-philipstv-x/issues"
},
"homepage": "https://github.com/skrollme/homebridge-philipstv-x#readme"
}