2015-12-29 00:45:20 +02:00
|
|
|
{
|
2016-09-27 11:25:56 +02:00
|
|
|
"name": "WebSockets",
|
|
|
|
|
"description": "WebSocket Server and Client for Arduino based on RFC6455",
|
|
|
|
|
"keywords": "wifi, http, web, server, client, websocket",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Markus Sattler",
|
|
|
|
|
"url": "https://github.com/Links2004",
|
|
|
|
|
"maintainer": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Links2004/arduinoWebSockets.git"
|
|
|
|
|
},
|
2020-11-21 18:13:22 +01:00
|
|
|
"version": "2.3.2",
|
2016-09-27 11:25:56 +02:00
|
|
|
"license": "LGPL-2.1",
|
|
|
|
|
"export": {
|
|
|
|
|
"exclude": [
|
|
|
|
|
"tests"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"frameworks": "arduino",
|
2018-03-07 10:33:33 +02:00
|
|
|
"platforms": "atmelavr, espressif8266, espressif32"
|
2015-12-29 00:45:20 +02:00
|
|
|
}
|