Add information about authors, examples and version to @PlatformIO Library Registry manifest file

Signed-off-by: Roman3349 <ondracek.roman@centrum.cz>
This commit is contained in:
Roman3349
2016-09-27 11:07:03 +02:00
parent 18ce15b202
commit ec02408003

View File

@ -1,22 +1,28 @@
{
"name": "Time",
"frameworks": "Arduino",
"keywords": "Time, date, hour, minute, second, day, week, month, year, RTC",
"description": "Time keeping library",
"url": "http://playground.arduino.cc/Code/Time",
"authors":
[
{
"name": "Michael Margolis"
},
{
"name": "Paul Stoffregen"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/Time"
}
"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"
},
"version": "1.5",
"homepage": "http://playground.arduino.cc/Code/Time",
"frameworks": "Arduino",
"examples": [
"examples/*/*.ino",
"examples/*/*/*.pde"
]
}