forked from Links2004/arduinoWebSockets
Update library.json
This commit is contained in:
10
library.json
10
library.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "WebSockets",
|
"name": "WebSockets",
|
||||||
"keywords": "wifi, http, web, server, websocket",
|
"keywords": "wifi, http, web, server, client, websocket",
|
||||||
"description": "WebSocket Server and Client for Arduino based on RFC6455",
|
"description": "WebSocket Server and Client for Arduino based on RFC6455",
|
||||||
"repository":
|
"repository":
|
||||||
{
|
{
|
||||||
@ -9,5 +9,11 @@
|
|||||||
},
|
},
|
||||||
"exclude": "tests",
|
"exclude": "tests",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*"
|
"platforms": "*",
|
||||||
|
"authors":
|
||||||
|
{
|
||||||
|
"name": "Markus Sattler",
|
||||||
|
"url": "https://github.com/Links2004",
|
||||||
|
"maintainer": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user