Add library.json

This commit is contained in:
PaulStoffregen
2014-10-24 05:22:37 -07:00
parent b79017952f
commit 85820e26f1

21
library.json Normal file
View File

@ -0,0 +1,21 @@
{
"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":
{
"name": "git",
"url": "https://github.com/PaulStoffregen/Time"
}