Skip to content

Commit 1defe6d

Browse files
authored
Merge pull request #126 from Roman3349/master
Add information about library to @platformio Library Registry manifest file
2 parents 529a86c + d036dcd commit 1defe6d

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)