-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
46 lines (46 loc) · 981 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ESPAdmin",
"version": "2.0.1",
"description": "The sdk for ESP Admin platform",
"keywords": "config, ota, esp32, management, arduino, espidf",
"repository": {
"type": "git",
"url": "https://github.com/esp-admin/sdk"
},
"authors": [
{
"name": "Becem Gharbi",
"email": "becem.gharbi@live.com"
}
],
"license": "MIT",
"homepage": "https://esp-admin.tn",
"dependencies": {
"bblanchon/ArduinoJson": "^7.2.0"
},
"frameworks": [
"arduino",
"espidf"
],
"platforms": [
"espressif32"
],
"export": {
"exclude": [
"./src/main.cpp",
"./include/credentials.h",
"./node_modules",
"./package.json",
"./package-lock.json",
"./components",
"./tests",
"./dependencies.lock",
"./sdkconfig.defaults",
"./sdkconfig.esp32dev",
"./platformio.ini",
"./CMakeLists.txt",
"./src/CMakeLists.txt",
"./compile_commands.json"
]
}
}