From f2b52ba857cdfd1a612b58d0bd7aea2c2b24dddf Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Tue, 22 Mar 2016 23:09:07 -0600 Subject: [PATCH] added authors feel free to add your self --- library.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 3a29ecd..8cd6ce0 100644 --- a/library.json +++ b/library.json @@ -8,5 +8,17 @@ "url": "https://github.com/shirriff/Arduino-IRremote.git" }, "frameworks": "arduino", - "platforms": "atmelavr" + "platforms": "atmelavr", + "authors" : + [ + { + name:"Rafi Khan", + email:"zetoslab@gmail.com" + } + + { + name:"Ken Shirriff", + email:"ken.shirriff@gmail.com" + } + ] }