NTPClient/library.json

25 lines
491 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",
"email": "sandeep.mistry@gmail.com"
}
],
2015-12-29 14:34:14 +01:00
"repository":
{
"type": "git",
"url": "https://github.com/FWeinb/NTPClient.git"
},
2016-05-14 23:32:07 +02:00
"version": "3.0.0",
2015-12-29 14:34:14 +01:00
"frameworks": "arduino",
"platforms": "espressif"
2016-05-14 23:32:07 +02:00
}