Avoid trademark issues with library name

Added frameworks and platforms fields
This commit is contained in:
Ivan Kravets 2014-10-20 11:41:09 +03:00
parent e947f0924e
commit a3cdf402d7
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
{
"name": "Arduino-IRremote",
"name": "IRremote",
"keywords": "infrared, ir, remote",
"description": "Send and receive infrared signals with multiple protocols",
"repository":
{
"type": "git",
"url": "https://github.com/shirriff/Arduino-IRremote.git"
}
},
"frameworks": "arduino",
"platforms": "atmelavr"
}