-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibrary.json
More file actions
38 lines (38 loc) · 927 Bytes
/
library.json
File metadata and controls
38 lines (38 loc) · 927 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
{
"name": "DBAPI",
"version": "2.2.0",
"description": "Hacon/Hafas/DB API for ESP8266 / ESP32 (WiFiClientSecure)",
"keywords": "train, deutsche bahn, travel",
"repository":
{
"type": "git",
"url": "https://github.com/ArduinoHannover/DBAPI.git"
},
"authors":
[
{
"name": "Luca Schröder",
"url": "https://github.com/soundstorm"
}
],
"license": "GPL-3.0-only",
"frameworks": "Arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"owner": "paulstoffregen",
"name": "Time",
"version": "^1.6.1"
},
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^7.3.0"
},
{
"name": "hash",
"version": "https://github.com/bbx10/Hash_tng/archive/refs/heads/master.zip",
"platforms": ["espressif32"]
}
]
}