-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
47 lines (47 loc) · 1.09 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "Mokosh",
"keywords": "iot",
"description": "Framework for ESP8266/ESP32 with support for simple scheduler, configuration, MQTT and RemoteDebug",
"repository": {
"type": "git",
"url": "https://github.com/ktos/Mokosh"
},
"authors": [
{
"name": "Marcin Badurowicz",
"email": "[email protected]",
"maintainer": true
}
],
"version": "0.9.0",
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
],
"dependencies": [
{
"name": "bblanchon/ArduinoJson",
"version": "~6.21.1"
},
{
"name": "https://github.com/ktos/RemoteDebug",
"version": "~3.0.7"
},
{
"name": "knolleary/PubSubClient",
"version": "2.7.0"
},
{
"name": "ArduinoOTA",
"version": "^1.0.6"
},
{
"name": "sstaub/TickTwo",
"version": "4.4.0"
}
],
"examples": [
"examples/*/*.ino"
]
}