@PlatformIO Library Registry manifest file

* This library in Web Registry: http://platformio.org/#!/lib/show/549/WebSockets
* Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html)
* Library Manager:  http://docs.platformio.org/en/latest/librarymanager/index.html
This commit is contained in:
Ivan Kravets
2015-12-29 00:45:20 +02:00
parent 21e092d179
commit 5f9e30e908

13
library.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "WebSockets",
"keywords": "wifi, http, web, server, websocket",
"description": "WebSocket Server and Client for Arduino based on RFC6455",
"repository":
{
"type": "git",
"url": "https://github.com/Links2004/arduinoWebSockets.git"
},
"exclude": "tests",
"frameworks": "arduino",
"platforms": "*"
}