forked from mcfisto/homebridge-airtunes-radio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 776 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
{
"name": "homebridge-airtunes-radio",
"version": "0.2.0",
"description": "Play radio streams to AirTunes (e.g. HomePod) using HomeBridge.",
"main": "index.js",
"scripts": {},
"keywords": [
"homebridge",
"homebridge-plugin",
"webradio",
"radio",
"player",
"stream",
"homepod",
"airtunes",
"airtunes2"
],
"author": "Daniel Man",
"license": "MIT",
"engines": {
"node": ">=7.6.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"lame": "^1.2.4",
"request": "^2.83.0",
"airtunes2": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mcfisto/homebridge-airtunes-radio.git"
}
}