forked from mwittig/pimatic-lirc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 991 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": "pimatic-lirc",
"description": "Lirc plugin for Pimatic",
"author": "Anton Delitsch <[email protected]>",
"main": "lirc",
"license": "GPL-2.0",
"files": [
"lirc.coffee",
"README.md",
"lirc-config-schema.coffee",
"device-config-schema.coffee"
],
"version": "0.1.1",
"homepage": "http://github.com/pimatic/pimatic",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-lirc.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-denon-avr/issues"
},
"maintainers": [
{
"name": "Oliver Schneider",
"url": "https://sweetpi.de"
},
{
"name": "mwittig",
"url": "https://github.com/mwittig"
}
],
"configSchema": "lirc-config-schema.coffee",
"dependencies": {
"lirc_node": "git://github.com/alexbain/lirc_node.git",
"lodash": "^4.17.4"
},
"peerDependencies": {
"pimatic": "0.9.*"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}