library.json 499 B

1234567891011121314151617181920
  1. {
  2. "name": "Automaton",
  3. "version": "1.0.2",
  4. "keywords": "state, machine",
  5. "description": "A multi tasking table driven finite state machine framework for Arduino",
  6. "authors":
  7. {
  8. "name": "Tinkerspy",
  9. "email": "tinkerspy@myown.mailcan.com",
  10. "url": "https://github.com/tinkerspy"
  11. },
  12. "repository":
  13. {
  14. "type": "git",
  15. "url": "https://github.com/tinkerspy/Automaton"
  16. },
  17. "frameworks": "arduino",
  18. "platforms": "atmelavr"
  19. }