-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlibrary.json
32 lines (32 loc) · 899 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
{
"name": "esp32_https_server_compat",
"authors": [
{
"name": "Frank Hessel",
"email": "[email protected]",
"maintainer": true
},
{
"name": "Jack Jansen",
"email": "[email protected]",
"maintainer": true
}
],
"keywords": "communication, esp32, http, https, server, ssl, tls, webserver, websockets",
"description": "An Arduino library for an alternative ESP32 HTTP/HTTPS web server implementation. This library is a wrapper around esp32_https_server that provides the same API as the default Webserver library.",
"repository":
{
"type": "git",
"url": "https://github.com/fhessel/esp32_https_server_compat.git"
},
"dependencies": [
{
"name": "esp32_https_server",
"version": "~1.0.0"
}
],
"license": "LGPL-2.1-only",
"version": "1.0.0",
"frameworks": "arduino",
"platforms": ["espressif32"]
}