library.json 389 B

123456789101112131415161718
  1. {
  2. "name": "PageBuilder",
  3. "keywords": "communication, http, server, web, wifi, wi-fi",
  4. "description": "HTML web page assembly aid using WebServer for ESP8266 and ESP32",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/Hieromon/PageBuilder.git"
  9. },
  10. "frameworks": "arduino",
  11. "platforms":
  12. [
  13. "espressif8266",
  14. "espressif32"
  15. ],
  16. "version": "1.4.2"
  17. }