forked from ayushsharma82/NetWizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
41 lines (41 loc) · 1.02 KB
/
library.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"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": "asrocks5@gmail.com",
"maintainer": true
}
],
"dependencies": [
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^7.3.1",
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
},
{
"owner": "ESP32Async",
"name": "ESPAsyncWebServer",
"version": "^3.7.2",
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
},
{
"owner": "vshymanskyy",
"name": "Preferences",
"version": "^2.1.0",
"platforms": ["espressif8266", "raspberrypi"]
}
],
"version": "1.2.1",
"frameworks": "arduino",
"platforms": ["espressif32", "raspberrypi"]
}