library.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "IRremoteESP8266",
  3. "version": "2.5.2",
  4. "keywords": "infrared, ir, remote, esp8266",
  5. "description": "Send and receive infrared signals with multiple protocols (ESP8266)",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/markszabo/IRremoteESP8266.git"
  10. },
  11. "authors": [
  12. {
  13. "name": "Ken Shirriff",
  14. "email": "zetoslab@gmail.com"
  15. },
  16. {
  17. "name": "Mark Szabo",
  18. "url": "http://nomartini-noparty.blogspot.com/",
  19. "maintainer": true
  20. },
  21. {
  22. "name": "Sebastien Warin",
  23. "url": "http://sebastien.warin.fr",
  24. "maintainer": true
  25. },
  26. {
  27. "name": "David Conran",
  28. "url": "https://plus.google.com/+davidconran",
  29. "maintainer": true
  30. },
  31. {
  32. "name": "Roi Dayan",
  33. "url": "https://github.com/roidayan/",
  34. "maintainer": true
  35. },
  36. {
  37. "name": "Massimiliano Pinto",
  38. "url": "https://github.com/pintomax/",
  39. "maintainer": true
  40. }
  41. ],
  42. "frameworks": "arduino",
  43. "platforms": "espressif8266"
  44. }