能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 line
719 B

  1. {
  2. "name":"ESP Async WebServer",
  3. "description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
  4. "keywords":"http,async,websocket,webserver",
  5. "authors":
  6. {
  7. "name": "Hristo Gochkov",
  8. "maintainer": true
  9. },
  10. "repository":
  11. {
  12. "type": "git",
  13. "url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
  14. },
  15. "version": "1.2.3",
  16. "license": "LGPL-3.0",
  17. "frameworks": "arduino",
  18. "platforms": ["espressif8266", "espressif32"],
  19. "dependencies": [
  20. {
  21. "name": "ESPAsyncTCP",
  22. "platforms": "espressif8266"
  23. },
  24. {
  25. "name": "AsyncTCP",
  26. "platforms": "espressif32"
  27. },
  28. {
  29. "name": "Hash",
  30. "platforms": "espressif8266"
  31. }
  32. ]
  33. }