-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathlibrary.json
More file actions
32 lines (31 loc) · 876 Bytes
/
Copy pathlibrary.json
File metadata and controls
32 lines (31 loc) · 876 Bytes
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
{
"name": "ESPHelper",
"authors":
{
"name": "ItKindaWorks",
"email": "itkindaworksinc@gmail.com",
"url": "http://itkindaworks.com"
},
"repository":
{
"type": "git",
"url": "https://github.com/ItKindaWorks/ESPHelper"
},
"license": "GPL-3.0-or-later",
"keywords": "mqtt, iot, esp8266, esp32, ota",
"description": "A library to make using WiFi & MQTT on the ESP8266 & ESP32 easy.",
"version": "2.0.4",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"espressif",
"espressif32"
],
"dependencies": {
"bblanchon/ArduinoJson": "@^7.0.4",
"itkindaworks/Metro": "@^1.0.1",
"knolleary/PubSubClient": "@2.8",
"powerbroker2/SafeString": "@^4.1.30",
"esp32async/ESPAsyncWebServer": "@ ^3.6.0"
}
}