library.json 506 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "Art-Net",
  3. "keywords": "artnet, art-net, Ethernet, DMX",
  4. "description": "An Art-Net library for Teensy and Arduino",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/natcl/Artnet.git"
  9. },
  10. "authors":
  11. [
  12. {
  13. "name": "Nathanaël Lécaudé",
  14. "maintainer": true
  15. }
  16. ],
  17. "dependencies":
  18. {
  19. "name": "Ethernet",
  20. "authors": "Paul Stoffregen",
  21. "frameworks": "arduino"
  22. },
  23. "version": "1.0.0",
  24. "frameworks": "arduino",
  25. "platforms": "*"
  26. }