library.json 663 B

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