NTPClient/library.json

25 lines
497 B
JSON
Raw Normal View History

2015-12-29 14:34:14 +01:00
{
"name": "NTPClient",
"keywords": "ntp, client, time",
"description": "A NTPClient to connect to a time server",
2016-05-18 15:26:00 +02:00
"authors":
[
{
"name": "Fabrice Weinberg",
"email": "fabrice@weinberg.me"
},
{
"name": "Sandeep Mistry",
2016-05-31 22:29:40 +02:00
"email": "s.mistry@arduino.cc"
2016-05-18 15:26:00 +02:00
}
],
2015-12-29 14:34:14 +01:00
"repository":
{
"type": "git",
2016-05-19 19:08:23 +02:00
"url": "https://github.com/arduino-libraries/NTPClient.git"
2015-12-29 14:34:14 +01:00
},
2016-05-31 22:33:31 +02:00
"version": "3.1.0",
2015-12-29 14:34:14 +01:00
"frameworks": "arduino",
"platforms": "espressif"
2016-05-14 23:32:07 +02:00
}