-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
33 lines (31 loc) · 1.58 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
{
"name": "Weave",
"version": "1.1.1",
"description": "Weave is a library that simplifies Wi-Fi initialization, AsyncOTA, MQTT, WebSerial, and mDNS setup for ESP32 microcontrollers.",
"keywords": "ESP32, Wi-Fi, AsyncOTA, WebSerial, mDNS",
"repository": {
"type": "git",
"url": "https://github.com/adojang/Weave.git"
},
"authors": [
{
"name": "Adriaan van Wijk",
"email": "adriaan@proxonics.co.za",
"url": "https://www.proxonics.co.za",
"maintainer": true
}
],
"license": "MIT",
"dependencies": {
"ayushsharma82/ESP-DASH": "^4.0.0",
"bblanchon/ArduinoJson": "https://github.com/bblanchon/ArduinoJson.git#7517ecb91b50b8ed4b6c94a4b83031ef86a01a26",
"me-no-dev/AsyncTCP": "https://github.com/me-no-dev/AsyncTCP.git#ca8ac5f919d02bea07b474531981ddbfd64de97c",
"adojang/ESPAsyncWebServer": "https://github.com/adojang/ESPAsyncWebServer.git#f71e3d427b5be9791a8a2c93cf8079792c3a9a26",
"Aasim-A/AsyncTimer": "https://github.com/Aasim-A/AsyncTimer.git#37efe0ff212aa282ee7f86fd3734c259655ca15a",
"adojang/AsyncElegantOTA": "https://github.com/adojang/AsyncElegantOTA.git#78550fd4419c842375757aaf9800dec87e2c4e52",
"ayushsharma82/WebSerial": "https://github.com/ayushsharma82/WebSerial.git#f385c2a4f2d8c6cb3984fad77f023c9de8d5883b",
"marvinroger/async-mqtt-client": "https://github.com/marvinroger/async-mqtt-client.git#89bf46485d5b60ce1e8e5e4d265a9c1570de3dc5"
},
"frameworks": "arduino",
"platforms": "espressif32"
}