-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 992 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
38
39
40
41
42
43
44
{
"name": "homebridge-dacp",
"version": "0.9.2",
"description": "A homebridge plugin to control iTunes, AirPlay speakers and Apple TV devices",
"main": "src/index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint src",
"release": "npm-github-release"
},
"author": "Michael Fröhlich",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/grover/homebridge-dacp.git"
},
"dependencies": {
"backoff": "^2.5.0",
"debug": "^3.1.0",
"detect-rpi": "^1.2.0",
"mdns": "^2.3.4",
"mdns-resolver": "0.0.1",
"moment": "^2.22.1",
"request": "^2.85.0",
"sequential-task-queue": "^1.2.0"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"appletv",
"itunes",
"airplay",
"dacp",
"homekit",
"home-automation"
],
"engines": {
"node": ">=9.3.0",
"homebridge": ">=0.4.36"
},
"devDependencies": {
"eslint": "^4.19.1",
"npm-github-release": "^0.9.0"
}
}