forked from bertmelis/TreeLight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
37 lines (37 loc) · 858 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
{
"name": "TreeLight",
"version": "0.2.0",
"keywords": "iot, home, webserver, automation, mqtt, esp8266, async",
"description": "Small MQTT framework for ESP8266 and ESP32. Connect your ESP to MQTT in no time. It comes with a handy status webpage too!",
"homepage": "http://www.github.com/bertmelis/TreeLight",
"license": "MIT",
"authors":
{
"name": "Bert Melis",
"url": "https://www.github.com/bertmelis",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/bertmelis/TreeLight.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
],
"dependencies": [
{
"name": "ArduinoJson",
"version": "5.13.3"
},
{
"name": "AsyncMqttClient"
},
{
"name": "ESP Async WebServer"
}
]
}