forked from mtudor/HomeySqueezebox
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 923 Bytes
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
{
"name": "homeysqueezebox",
"version": "1.0.0",
"description": "Control your Logitech Squeezebox server and devices with your Athom Homey!",
"main": "app.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"squeezenode": "git+https://github.com/Inversion-NL/squeezenode-1.git",
"moment": "^2.24.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inversion-NL/HomeySqueezebox.git"
},
"keywords": [
"homey",
"squeezebox",
"logitechmediaserver",
"smarthome",
"home automation"
],
"author": "Robin van Kekem",
"license": "ISC",
"bugs": {
"url": "https://github.com/Inversion-NL/HomeySqueezebox/issues"
},
"homepage": "https://github.com/Inversion-NL/HomeySqueezebox#readme"
}