-
Notifications
You must be signed in to change notification settings - Fork 200
/
Copy pathlibrary.json
35 lines (35 loc) · 1.02 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
{
"name": "ESP-DASH",
"keywords": "espdash, esp8266, esp32, rp2040, rp2350, webserver, ui, dashboard, user, ux, interface, gui, iot, arduino, wifi, server",
"description": "ESP-DASH lets you create functional and beautiful self-hosted dashboards for your ESP8266, ESP32, RP2040 or RP2350 without the need of an internet connection.",
"repository":
{
"type": "git",
"url": "https://github.com/ayushsharma82/ESP-DASH.git"
},
"authors":
[
{
"name": "Ayush Sharma",
"email": "[email protected]",
"maintainer": true
}
],
"version": "4.0.9",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32", "raspberrypi"],
"dependencies": [
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^7.3.0",
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
},
{
"owner": "ESP32Async",
"name": "ESPAsyncWebServer",
"version": "^3.7.1",
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
}
]
}