mirror of
https://github.com/PaulStoffregen/Time.git
synced 2025-07-30 22:27:13 +02:00
Merge pull request #56 from Roman3349/master
Add information about library to @PlatformIO Library Registry manifest file
This commit is contained in:
44
library.json
44
library.json
@ -1,22 +1,28 @@
|
|||||||
{
|
{
|
||||||
"name": "Time",
|
"name": "Time",
|
||||||
"frameworks": "Arduino",
|
"description": "Time keeping library",
|
||||||
"keywords": "Time, date, hour, minute, second, day, week, month, year, RTC",
|
"keywords": "Time, date, hour, minute, second, day, week, month, year, RTC",
|
||||||
"description": "Time keeping library",
|
"authors": [
|
||||||
"url": "http://playground.arduino.cc/Code/Time",
|
{
|
||||||
"authors":
|
"name": "Michael Margolis"
|
||||||
[
|
},
|
||||||
{
|
{
|
||||||
"name": "Michael Margolis"
|
"name": "Paul Stoffregen",
|
||||||
},
|
"email": "paul@pjrc.com",
|
||||||
{
|
"url": "http://www.pjrc.com",
|
||||||
"name": "Paul Stoffregen"
|
"maintainer": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"repository":
|
"repository": {
|
||||||
{
|
"type": "git",
|
||||||
"type": "git",
|
"url": "https://github.com/PaulStoffregen/Time"
|
||||||
"url": "https://github.com/PaulStoffregen/Time"
|
},
|
||||||
}
|
"version": "1.5",
|
||||||
|
"homepage": "http://playground.arduino.cc/Code/Time",
|
||||||
|
"frameworks": "Arduino",
|
||||||
|
"examples": [
|
||||||
|
"examples/*/*.ino",
|
||||||
|
"examples/*/*/*.pde"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user