-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
40 lines (40 loc) · 947 Bytes
/
library.json
File metadata and controls
40 lines (40 loc) · 947 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Mokosh",
"keywords": "iot",
"description": "Framework for ESP8266/ESP32 with support for simple dependency, scheduler, configuration, MQTT and logging",
"repository": {
"type": "git",
"url": "https://github.com/ktos/Mokosh"
},
"authors": [
{
"name": "Marcin Badurowicz",
"email": "ktos@ktos.info",
"maintainer": true
}
],
"version": "2.0.0",
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32",
"nordicnrf52"
],
"dependencies": [
{
"name": "bblanchon/ArduinoJson",
"version": "~6.21.1"
},
{
"name": "hmueller01/PubSubClient3",
"version": "3.1.0"
},
{
"name": "sstaub/TickTwo",
"version": "4.4.0"
}
],
"examples": [
"examples/*/*.ino"
]
}