-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.json
36 lines (36 loc) · 1.18 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
36
{
"name": "stevesch-PageHandler",
"version": "0.3.0",
"keywords": "html, reflection, web page, dashboard, dash, iot",
"description": "Server with data reflection for Arduino and embedded applications",
"repository":
{
"type": "git",
"url": "https://github.com/stevesch/stevesch-PageHandler"
},
"exclude": "tests",
"frameworks": "arduino",
"platforms": "*",
"authors":
{
"name": "Stephen Schlueter",
"url": "https://github.com/stevesch",
"maintainer": true
},
"comments": [
"attempted/old-dependencies:",
"https://github.com/ul-gh/AsyncTCP.git#ffa499e53175942f2d7c00e72c939524fda0053e",
"file://C:/Users/Steve/Documents/PlatformIO/Projects/external/stevesch/ESPAsyncWebServer",
"https://github.com/ul-gh/ESPAsyncWebServer.git",
"https://github.com/esphome/AsyncTCP.git",
"https://github.com/pbolduc/AsyncTCP.git @ 1.2.0",
"https://github.com/esphome/ESPAsyncWebServer.git"
],
"dependencies": [
"stevesch/stevesch-WiFiConnector",
"alanswx/ESPAsyncWiFiManager@^0.31",
"densaugeo/base64@^1.4.0",
"https://github.com/mathieucarbou/AsyncTCP.git @ 3.2.5",
"https://github.com/mathieucarbou/ESPAsyncWebServer.git"
]
}