library.json 777 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "WebSerial",
  3. "keywords": "WebSerial, remote, terminal, serial, monitor, ESP8266, ESP32, webpage, websocket, wireless",
  4. "description": "WebSerial is a remote terminal which is accessible via browser to log, monitor or debug your firmware remotely.",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/ayushsharma82/WebSerial.git"
  9. },
  10. "authors":
  11. [
  12. {
  13. "name": "Ayush Sharma",
  14. "email": "asrocks5@gmail.com",
  15. "maintainer": true
  16. }
  17. ],
  18. "version": "2.0.7",
  19. "frameworks": "arduino",
  20. "platforms": ["espressif8266", "espressif32"],
  21. "dependencies": [
  22. {
  23. "owner": "mathieucarbou",
  24. "name": "ESPAsyncWebServer",
  25. "version": "^3.2.4",
  26. "platforms": ["espressif8266", "espressif32"]
  27. }
  28. ]
  29. }