33 lines
824 B
JSON
33 lines
824 B
JSON
{
|
|
"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": ["espressif", "espresif8266"]
|
|
}],
|
|
"url": "https://github.com/gmag11/NtpClient",
|
|
"authors":
|
|
{
|
|
"name": "Germán Martín",
|
|
"email": "gmag11@gmail.com"
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/gmag11/NtpClient.git"
|
|
},
|
|
"examples": "examples/*/*.ino"
|
|
}
|
|
|