-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.06 KB
/
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
38
{
"name": "homebridge-appletv-now-playing",
"version": "0.3.6",
"description": "A homebridge that exposes Apple TV devices to Homekit, along with it's current Power State, Playback State and Now Playing Information.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"homebridge-apple-tv",
"homebridge-apple-tv-now-playing",
"node-appletv"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kurtwarwick-new/homebridge-appletv-now-playing.git"
},
"dependencies": {
"lodash": "^4.17.15",
"node-appletv-x": "^1.0.17",
"readline-promise": "^1.0.4"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"bugs": {
"url": "https://github.com/kurtwarwick-new/homebridge-appletv-now-playing/issues"
},
"homepage": "https://github.com/kurtwarwick-new/homebridge-appletv-now-playing#readme",
"main": "index.js",
"bin": {
"appleTvNowPlaying": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kurt Warwick"
}