library.json 638 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "WifiManager",
  3. "keywords": "wifi,wi-fi,esp,esp8266,esp32,espressif8266,espressif32,nodemcu,wemos,arduino",
  4. "description": "WiFi Configuration manager with web configuration portal for ESP boards",
  5. "authors":
  6. [
  7. {
  8. "name": "tzapu",
  9. "url": "https://github.com/tzapu"
  10. },
  11. {
  12. "name": "tablatronix",
  13. "url": "https://github.com/tablatronix",
  14. "maintainer": true
  15. }
  16. ],
  17. "repository":
  18. {
  19. "type": "git",
  20. "url": "https://github.com/tzapu/WiFiManager.git"
  21. },
  22. "frameworks": "arduino",
  23. "platforms":
  24. [
  25. "espressif8266",
  26. "espressif32"
  27. ],
  28. "version": "1.0.0"
  29. }