-
Notifications
You must be signed in to change notification settings - Fork 2
/
library.json
45 lines (45 loc) · 901 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
{
"name": "Homie ESP8266 Nodes",
"version": "0.1.0",
"keywords": "iot, home, automation, mqtt, esp8266, async, sensor",
"description": "Homie Noded for Homie ESP8266 framework",
"homepage": "https://github.com/timpur/homie-esp8266-nodes/",
"license": "MIT",
"authors": {
"name": "Tim Purchas",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/timpur/homie-esp8266-nodes.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": [
"espressif32",
"espressif8266"
],
"dependencies": [
{
"name": "Homie",
"version": "2.1.0"
},
{
"name": "OneButton"
}
],
"export": {
"include": [
"LICENSE",
"keywords.txt",
"src/*",
"examples/*"
]
},
"build": {
"libCompatMode": 2,
"flags": [
"-D HOMIE_FIRMWARE_HOMIE_BUTTON=1"
]
}
}