-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
46 lines (46 loc) · 1.03 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
{
"name": "ESPHomer",
"description": "ESP8266 IoT node micro framework liblary for Arduino (using MQTT/mDNS/OTA)",
"keywords": "homer, esp, mqtt, iot, temperature, sensor",
"authors":
[
{
"name": "skillcoder",
"email": "[email protected]",
"url": "http://skillcoder.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/skillcoder/ESPHomer.git"
},
"version": "0.14.0",
"license": "GPL-3.0",
"homepage": "https://github.com/skillcoder/ESPHomer",
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies":
[
{
"name": "PubSubClient",
"authors": "Nick O'Leary",
"frameworks": "arduino",
"version": "^2.6"
},
{
"name": "NTPClient",
"authors": "Fabrice Weinberg",
"frameworks": "arduino",
"platforms": "espressif",
"version": "^3.2.0"
},
{
"name": "CRC32",
"authors": "Christopher Baker",
"frameworks": "arduino",
"version": "^2.0.0"
}
]
}