2014-10-24 05:22:37 -07:00
|
|
|
{
|
2016-09-27 11:07:03 +02:00
|
|
|
"name": "Time",
|
|
|
|
|
"description": "Time keeping library",
|
|
|
|
|
"keywords": "Time, date, hour, minute, second, day, week, month, year, RTC",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Michael Margolis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Paul Stoffregen",
|
|
|
|
|
"email": "paul@pjrc.com",
|
|
|
|
|
"url": "http://www.pjrc.com",
|
|
|
|
|
"maintainer": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/PaulStoffregen/Time"
|
|
|
|
|
},
|
2019-12-11 08:27:28 -08:00
|
|
|
"version": "1.6",
|
2016-09-27 11:07:03 +02:00
|
|
|
"homepage": "http://playground.arduino.cc/Code/Time",
|
|
|
|
|
"frameworks": "Arduino",
|
|
|
|
|
"examples": [
|
2016-09-27 12:24:44 +02:00
|
|
|
"examples/*/*.ino"
|
2016-09-27 11:07:03 +02:00
|
|
|
]
|
2014-10-24 22:51:53 +03:00
|
|
|
}
|