-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
26 lines (26 loc) · 762 Bytes
/
Copy pathlibrary.json
File metadata and controls
26 lines (26 loc) · 762 Bytes
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
{
"name": "AlooWifiManager",
"version": "0.0.1",
"description": "A lightweight WiFi configuration manager for ESP32 with multi-core support and captive portal",
"keywords": "wifi, esp32, manager, captive-portal, wifi-manager, multi-core, credentials, freertos",
"repository": {
"type": "git",
"url": "https://github.com/rmsz005/AlooWifiManager.git"
},
"authors": [
{
"name": "Ramzy Sabkhi",
"email": "ramzy.sabkhi@gmail.com",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif32",
"dependencies": {
"WiFi": "*",
"WebServer": "*",
"DNSServer": "*",
"Preferences": "*"
}
}