-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
37 lines (37 loc) · 835 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-xbox-one",
"version": "0.2.8",
"description": "Homebridge plugin to turn on Xbox One",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcreative/homebridge-xbox-one.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"xbox",
"one",
"xbox-one",
"xbone",
"WOL",
"wake on lan"
],
"author": "Adam Robertson",
"license": "MIT",
"bugs": {
"url": "https://github.com/arcreative/homebridge-xbox-one/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"homepage": "https://github.com/arcreative/homebridge-xbox-one#readme",
"dependencies": {
"xbox-on": ">=0.0.9 <0.1.0",
"ping": "0.2.0"
}
}