-
Notifications
You must be signed in to change notification settings - Fork 200
/
library.json
35 lines (35 loc) · 895 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
{
"name": "ESP-DASH",
"keywords": "EspDash, esp8266, esp32, ui, dashboard, user, ux, interface, gui, iot, arduino, Wifi, server",
"description": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.",
"repository":
{
"type": "git",
"url": "https://github.com/ayushsharma82/ESP-DASH.git"
},
"authors":
[
{
"name": "Ayush Sharma",
"email": "[email protected]",
"maintainer": true
}
],
"version": "4.0.8",
"frameworks": "arduino",
"platforms": ["espressif32", "espressif8266"],
"dependencies": [
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^7.1.0",
"platforms": ["espressif8266", "espressif32"]
},
{
"owner": "mathieucarbou",
"name": "ESPAsyncWebServer",
"version": "^3.3.14",
"platforms": ["espressif8266", "espressif32"]
}
]
}