library.json 662 B

12345678910111213141516171819202122232425
  1. {
  2. "authors": [
  3. {
  4. "maintainer": true,
  5. "name": "Markus Sattler",
  6. "url": "https://github.com/Links2004"
  7. }
  8. ],
  9. "description": "WebSocket Server and Client for Arduino based on RFC6455",
  10. "export": {
  11. "exclude": [
  12. "tests"
  13. ]
  14. },
  15. "frameworks": "arduino",
  16. "keywords": "wifi, http, web, server, client, websocket",
  17. "license": "LGPL-2.1",
  18. "name": "WebSockets",
  19. "platforms": "atmelavr, espressif8266, espressif32",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/Links2004/arduinoWebSockets.git"
  23. },
  24. "version": "2.3.6"
  25. }