-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.13 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
39
40
41
42
43
{
"name": "roon-yamaha-control",
"version": "0.0.7",
"description": "Roon Extension to control Yamaha Receivers",
"keywords": [
"roon",
"extension",
"yamaha"
],
"main": "app.js",
"bg-script": "background.js",
"window": {
"show_in_taskbar": true,
"plugin": false
},
"platformOverrides": {
"win": {
"show_in_taskbar": true
},
"osx": {
"show_in_taskbar": false
}
},
"author": "Christopher Dickes",
"license": "Apache-2.0",
"dependencies": {
"node-yamaha-avr": "github:ttu/node-yamaha-avr",
"node-roon-api": "github:statesofpop/node-roon-api",
"node-roon-api-status": "github:roonlabs/node-roon-api-status",
"node-roon-api-source-control": "github:roonlabs/node-roon-api-source-control",
"node-roon-api-volume-control": "github:roonlabs/node-roon-api-volume-control",
"node-roon-api-settings": "github:roonlabs/node-roon-api-settings"
},
"repository": {
"type": "git",
"url": "git://github.com/statesofpop/roon-yamaha.git"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"nw-builder": "^3.1.3"
}
}