mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-30 07:37:14 +02:00
Add information about examples, license and version to @PlatformIO Library Registry manifest file
Signed-off-by: Roman3349 <ondracek.roman@centrum.cz>
This commit is contained in:
43
library.json
43
library.json
@ -1,19 +1,28 @@
|
|||||||
{
|
{
|
||||||
"name": "WebSockets",
|
"name": "WebSockets",
|
||||||
"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",
|
"keywords": "wifi, http, web, server, client, websocket",
|
||||||
"repository":
|
"authors": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"name": "Markus Sattler",
|
||||||
"url": "https://github.com/Links2004/arduinoWebSockets.git"
|
"url": "https://github.com/Links2004",
|
||||||
},
|
"maintainer": true
|
||||||
"exclude": "tests",
|
}
|
||||||
"frameworks": "arduino",
|
],
|
||||||
"platforms": "*",
|
"repository": {
|
||||||
"authors":
|
"type": "git",
|
||||||
{
|
"url": "https://github.com/Links2004/arduinoWebSockets.git"
|
||||||
"name": "Markus Sattler",
|
},
|
||||||
"url": "https://github.com/Links2004",
|
"version": "2.0.5",
|
||||||
"maintainer": true
|
"license": "LGPL-2.1",
|
||||||
}
|
"export": {
|
||||||
|
"exclude": [
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": "*",
|
||||||
|
"examples": [
|
||||||
|
"examples/*/*.ino"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user