-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
54 lines (52 loc) · 1.15 KB
/
library.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": "homie-esp8266-supplements",
"version": "0.0.1",
"keywords": "Homie, extensions, sensor, temperature",
"description": "Collection of Nodes and additional code for the Homie-ESP8266 library",
"license": "MIT",
"authors": {
"name": "Yves Ledermann",
"email": "[email protected]",
"url": "https://yves.laedis.ch"
},
"repository": {
"type": "git",
"url": "https://github.com/yves-ledermann/homie-esp8266-supplements.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies": [{
"name": "Homie",
"version": "https://github.com/marvinroger/homie-esp8266.git#develop"
},
{
"name": "DallasTemperature",
"frameworks": "Arduino",
"authors":
[
"Miles Burton",
"Guil Barros"
]
},
{
"name": "HampelFilter",
"version": "https://github.com/yves-ledermann/HampelFilter.git"
},
{
"name": "IRremoteESP8266",
"frameworks": "Arduino",
"authors":
[
"Ken Shirriff",
"Sebastien Warin"
]
},
{
"name": "RemoteDebug",
"frameworks": "Arduino"
}
],
"examples": "examples/*.cpp",
"include": "src"
}