-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "pimatic-homeduino",
"description": "Pimatic plugin for using 433mhz devices and sensors with a connected Arduino with homeduino sketch",
"author": "Oliver Schneider <[email protected]> (http://www.sweetpi.de)",
"contributors": [
"Marcus Wittig <[email protected]>",
"Ronny Herzberg <[email protected]>",
"Rom Reinartz <[email protected]>",
"Amogh Asgekar' <[email protected]>",
"Heizelmann <[email protected]>",
"Chris <[email protected]>",
"Wiebe Nieuwenhuis <[email protected]>",
"Bernd Strebel <[email protected]>",
"Michael Kotten <[email protected]>"
],
"license": "GPL-2.0",
"main": "homeduino",
"files": [
"homeduino.coffee",
"README.md",
"pins-nano.png",
"homeduino-config-schema.coffee",
"device-config-schema.coffee",
"LICENSE"
],
"version": "0.9.18",
"homepage": "http://pimatic.org",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-homeduino.git"
},
"configSchema": "homeduino-config-schema.coffee",
"dependencies": {
"homeduino": "0.0.71"
},
"peerDependencies": {
"pimatic": "0.9.*"
},
"engines": {
"node": ">= 4",
"npm": ">= 2"
},
"keywords": [
"pimatic",
"pimatic-plugin",
"homeduino",
"home-automation",
"433mhz"
]
}