library.json 629 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "AutoConnect",
  3. "keywords": "communication, http, server, web, wifi, wi-fi",
  4. "description": "ESP8266/ESP32 WLAN configuration at runtime with web interface.",
  5. "homepage": "https://hieromon.github.io/AutoConnect",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/Hieromon/AutoConnect.git"
  10. },
  11. "dependencies":
  12. [
  13. {
  14. "name": "PageBuilder",
  15. "version": ">=1.4.2"
  16. },
  17. {
  18. "name": "ArduinoJson",
  19. "version": ">=5.13.3"
  20. }
  21. ],
  22. "frameworks": "arduino",
  23. "platforms":
  24. [
  25. "espressif8266",
  26. "espressif32"
  27. ],
  28. "version": "1.2.2",
  29. "license": "MIT"
  30. }