forked from ct-Open-Source/Basecamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
35 lines (35 loc) · 1.08 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
{
"name": "Basecamp",
"keywords": "esp32, basecamp, ct, home automation,",
"description": "A basic IoT library for the ESP32. This library eases the building of ESP32 firmwares for IoT projects. It takes care of basic tasks like WiFi management, generation of a webinterface, connecting to an MQTT broker and storing configuration data.",
"repository": {
"type": "git",
"url": "https://github.com/merlinschumacher/Basecamp.git"
},
"authors": [{
"name": "Merlin Schumacher",
"email": "[email protected]",
"maintainer": true
}],
"dependencies": [{
"name": "ESP Async WebServer",
"frameworks": "arduino"
},
{
"name": "ArduinoJson",
"frameworks": "arduino"
},
{
"name": "AsyncMqttClient",
"platforms": "espressif32"
},
{
"name": "AsyncTCP",
"platforms": "espressif32"
}
],
"version": "0.1.8",
"frameworks": "arduino",
"platforms": "espressif32",
"license": "GPL-3.0-only"
}