library.json 549 B

123456789101112131415161718192021222324
  1. {
  2. "name": "M5ez",
  3. "description": "Complete interface builder for the M5Stack, an ESP32 based mini tinker-computer",
  4. "keywords": "m5ez, m5stack, esp32",
  5. "authors": {
  6. "name": "Rop Gonggrijp",
  7. "url": "https://github.com/ropg",
  8. "maintainer": true
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/M5ez/M5ez"
  13. },
  14. "dependencies": [
  15. { "name": "M5Stack" },
  16. { "name": "ezTime" }
  17. ],
  18. "version": "2.3.0",
  19. "framework": "arduino",
  20. "platforms": "espressif32",
  21. "build": {
  22. "libArchive": false
  23. }
  24. }