-
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 <oliverschneider89+sweetpi@gmail.com> (http://www.sweetpi.de)",
"contributors": [
"Marcus Wittig <wittigmarcus@gmail.com>",
"Ronny Herzberg <ronny_herzberg@web.de>",
"Rom Reinartz <tom@tomreinartz.com>",
"Amogh Asgekar' <amogh.asgekar@gmail.com>",
"Heizelmann <Heizelmann@users.noreply.github.com>",
"Chris <leader21@users.noreply.github.com>",
"Wiebe Nieuwenhuis <wiebenieuwenhuis@gmail.com>",
"Bernd Strebel <b.strebel@digitec.de>",
"Michael Kotten <michael.kotten@openknowledge.de>"
],
"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"
]
}