From 85820e26f12c94b0db7c1e84b22296c60904ec3b Mon Sep 17 00:00:00 2001 From: PaulStoffregen Date: Fri, 24 Oct 2014 05:22:37 -0700 Subject: [PATCH] Add library.json --- library.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..13a5ecb --- /dev/null +++ b/library.json @@ -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" +} +