-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathlibrary.json
More file actions
23 lines (23 loc) · 761 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "mWebSockets",
"version": "1.6.0",
"description": "Simple to use implementation of WebSockets for microcontrollers",
"keywords": "websockets,rfc6455,client,server,arduino,esp8266,esp32,samd,stm32,w5100,w5500,enc28j60,ethernet-shield",
"repository": {
"type": "git",
"url": "https://github.com/skaarj1989/mWebSockets.git"
},
"authors": [
{
"name": "Dawid Kurek",
"email": "[email protected]",
"url": "https://github.com/skaarj1989",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://skaarj1989.github.io/mWebSockets/autobahn-testsuite/servers/",
"dependencies": {},
"frameworks": "*",
"platforms": "avr,esp8266,esp32,sam,samd,stm32,renesas_uno"
}