forked from Links2004/arduinoWebSockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.library.json
48 lines (48 loc) · 1009 Bytes
/
.library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"license": "LGPL-2.1",
"name": "WebSockets",
"repository": {
"url": "https://github.com/Links2004/arduinoWebSockets.git",
"type": "git"
},
"platforms": [
"atmelavr",
"atmelsam",
"espressif8266",
"intel_arc32",
"microchippic32",
"nordicnrf51",
"teensy",
"timsp430"
],
"frameworks": [
"arduino"
],
"version": "2.0.10",
"export": {
"exclude": [
"tests"
]
},
"examples": [
"examples/*/*.ino"
],
"authors": [
{
"maintainer": true,
"name": "Markus Sattler",
"url": "https://github.com/Links2004",
"email": null
}
],
"keywords": [
"web",
"websocket",
"wifi",
"server",
"client",
"http"
],
"id": 549,
"description": "WebSocket Server and Client for Arduino based on RFC6455"
}