8000 Add information about examples, license and version to @PlatformIO Li… · coderGods/arduinoWebSockets@d036dcd · GitHub
[go: up one dir, main page]

Skip to content

Commit d036dcd

Browse files
committed
Add information about examples, license and version to @platformio Library Registry manifest file
Signed-off-by: Roman3349 <ondracek.roman@centrum.cz>
1 parent 529a86c commit d036dcd

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

library.json

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
{
2-
"name": "WebSockets",
3-
"keywords": "wifi, http, web, server, client, websocket",
4-
"description": "WebSocket Server and Client for Arduino based on RFC6455",
5-
"repository":
6-
{
7-
"type": "git",
8-
"url": "https://github.com/Links2004/arduinoWebSockets.git"
9-
},
10-
"exclude": "tests",
11-
"frameworks": "arduino",
12-
"platforms": "*",
13-
"authors":
14-
{
15-
"name": "Markus Sattler",
16-
"url": "https://github.com/Links2004",
17-
"maintainer": true
18-
}
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.0.5",
17+
"license": "LGPL-2.1",
18+
"export": {
19+
"exclude": [
20+
"tests"
21+
]
22+
},
23+
"frameworks": "arduino",
24+
"platforms": "*",
25+
"examples": [
26+
"examples/*/*.ino"
27+
]
1928
}

0 commit comments

Comments
 (0)
0