forked from esphome/esphome-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
41 lines (41 loc) · 950 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
{
"name": "esphome-core",
"keywords": "esp32, home-assistant, ir, ledc, mqtt, iot",
"description": "ESPHome - Reimagining DIY Home Automation.",
"repository": {
"type": "git",
"url": "https://github.com/esphome/esphome-core.git"
},
"version": "1.13.0-dev",
"authors": [
{
"name": "Otto Winter",
"email": "[email protected]",
"url": "https://otto-winter.com",
"maintainer": true
}
],
"dependencies": [
{
"name": "FastLED",
"version": "https://github.com/FastLED/FastLED.git"
},
{
"name": "ESPAsyncWebServer",
"version": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
},
{
"name": "ArduinoJson",
"version": "https://github.com/bblanchon/ArduinoJson.git"
}
],
"build": {
"flags": "-Wno-reorder"
},
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms": [
"espressif32",
"espressif8266"
]
}