library.json 387 B

1234567891011121314151617
  1. {
  2. "name": "M5Stack",
  3. "description": "Library for M5Stack Core development kit",
  4. "keywords": "M5Stack",
  5. "authors": {
  6. "name": "M5Stack",
  7. "url": "http://www.m5stack.com"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/m5stack/m5stack.git"
  12. },
  13. "version": "0.4.1",
  14. "frameworks": "arduino",
  15. "platforms": "espressif32",
  16. "headers": "M5Stack.h"
  17. }