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"
|
|
|
|
|
},
|
2017-08-18 17:16:51 +02:00
|
|
|
"version": "2.0.8",
|
2016-09-27 11:25:56 +02:00
|
|
|
"license": "LGPL-2.1",
|
|
|
|
|
"export": {
|
|
|
|
|
"exclude": [
|
|
|
|
|
"tests"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"frameworks": "arduino",
|
|
|
|
|
"platforms": "*",
|
|
|
|
|
"examples": [
|
|
|
|
|
"examples/*/*.ino"
|
|
|
|
|
]
|
2015-12-29 00:45:20 +02:00
|
|
|
}
|