forked from homieiot/homie-esp8266
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
47 lines (47 loc) · 976 Bytes
/
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
{
"name": "Homie",
"version": "2.0.0",
"keywords": "iot, home, automation, mqtt, esp8266, async, sensor",
"description": "ESP8266 framework for Homie, a lightweight MQTT convention for the IoT",
"homepage": "https://homieiot.github.io/homie-esp8266/",
"license": "MIT",
"authors":
{
"name": "Marvin Roger",
"url": "https://www.marvinroger.fr",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/homieiot/homie-esp8266.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies": [
{
"name": "ArduinoJson",
"version": "^5.10.0"
},
{
"name": "AsyncMqttClient",
"version": "^0.8.0"
},
{
"name": "Bounce2",
"version": "^2.1.0"
},
{
"name": "ESP Async WebServer"
}
],
"export": {
"include": [
"LICENSE",
"keywords.txt",
"src/*",
"examples/*"
]
}
}