-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.21 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "pimatic-yamaha-avr",
"description": "Pimatic Plugin to monitor and control a Yamaha AV Receiver",
"author": {
"name": "Marcus Wittig",
"url": "https://github.com/mwittig"
},
"main": "yamaha-avr",
"files": [
"yamaha-avr.coffee",
"yamaha-avr-commands.coffee",
"yamaha-avr-config-schema.coffee",
"device-config-schema.coffee",
"actions",
"devices",
"LICENSE",
"HISTORY.md",
"README.md"
],
"keywords": [
"Yamaha AVR",
"Pimatic"
],
"version": "0.9.4",
"homepage": "https://github.com/mwittig/pimatic-yamaha-avr/tree/master",
"private": false,
"repository": {
"type": "git",
"url": "git:https://github.com/mwittig/pimatic-yamaha-avr.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-yamaha-avr/issues"
},
"license": "AGPL-3.0",
"maintainers": [
{
"name": "mwittig",
"url": "https://github.com/mwittig"
}
],
"configSchema": "yamaha-avr-config-schema.coffee",
"dependencies": {
"pimatic-plugin-commons": "^0.9.3",
"restler-promise": "0.0.8"
},
"optionalDependencies": {},
"peerDependencies": {
"pimatic": ">=0.9.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}