forked from gmag11/NtpClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
32 lines (31 loc) · 812 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
{
"name": "NtpClientLib",
"frameworks": "arduino",
"version": "3.0.2-beta",
"keywords": "time, date, hour, minute, second, day, week, month, year, RTC, NTP",
"platforms": ["atmelavr", "atmelsam", "espressif32", "espressif8266"],
"description": "Library to get system sync from a NTP server",
"dependencies":
[{
"name": "Time",
"authors": "Paul Stoffregen",
"version": "~1.5"
},
{
"name": "ESPAsyncUDP",
"authors": "Hristo Gochkov",
"platforms": ["espressif8266"]
}],
"url": "https://github.com/gmag11/NtpClient",
"authors":
{
"name": "Germán Martín",
"email": "[email protected]"
},
"repository":
{
"type": "git",
"url": "https://github.com/gmag11/NtpClient.git"
},
"examples": "examples/*/*.ino"
}