library.json 684 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "twali",
  3. "keywords": "TWatch,Watch,TTGO,library",
  4. "description": "Library for building watch firmware based on TTGO T-Watch development kit.",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://gitlab.com/beoran/twali.git"
  8. },
  9. "authors": [
  10. {
  11. "name": "beoran",
  12. "email": "beoran@gNmOaSiPlA.Mcom",
  13. "url": "https://gitlab.com/beoran/",
  14. "maintainer": true
  15. }
  16. ],
  17. "version": "0.0.1",
  18. "frameworks": "arduino",
  19. "platforms": "esp32",
  20. "dependencies":[
  21. {
  22. "name": "TTGO TWatch Library",
  23. "version": "^1.3.0"
  24. }
  25. ]
  26. }