-
Notifications
You must be signed in to change notification settings - Fork 6
/
library.json
44 lines (44 loc) · 1.07 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
37
38
39
40
41
42
43
44
{
"name": "NetWizard",
"keywords": "NetWizard, wifi, manager, esp, captive, portal",
"description": "An easy-to-use yet powerful WiFi manager and captive portal library for wireless microcontrollers.",
"repository":
{
"type": "git",
"url": "https://github.com/ayushsharma82/NetWizard.git"
},
"authors":
[
{
"name": "Ayush Sharma",
"email": "[email protected]",
"maintainer": true
}
],
"dependencies": [
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^7.1.0",
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
},
{
"owner": "mathieucarbou",
"name": "ESPAsyncWebServer",
"version": "^3.1.2",
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
},
{
"owner": "vshymanskyy",
"name": "Preferences",
"version": "^2.1.0",
"platforms": ["espressif8266", "raspberrypi"]
}
],
"version": "1.1.1",
"frameworks": "arduino",
"platforms": ["espressif32", "raspberrypi"],
"build": {
"libCompatMode": "strict"
}
}