Merge pull request #126 from Roman3349/master

Add information about library to @PlatformIO Library Registry manifest file
This commit is contained in:
Markus
2016-09-28 18:28:28 +02:00
committed by GitHub

View File

@@ -1,19 +1,28 @@
{ {
"name": "WebSockets", "name": "WebSockets",
"keywords": "wifi, http, web, server, client, websocket",
"description": "WebSocket Server and Client for Arduino based on RFC6455", "description": "WebSocket Server and Client for Arduino based on RFC6455",
"repository": "keywords": "wifi, http, web, server, client, websocket",
{ "authors": [
"type": "git",
"url": "https://github.com/Links2004/arduinoWebSockets.git"
},
"exclude": "tests",
"frameworks": "arduino",
"platforms": "*",
"authors":
{ {
"name": "Markus Sattler", "name": "Markus Sattler",
"url": "https://github.com/Links2004", "url": "https://github.com/Links2004",
"maintainer": true "maintainer": true
} }
],
"repository": {
"type": "git",
"url": "https://github.com/Links2004/arduinoWebSockets.git"
},
"version": "2.0.5",
"license": "LGPL-2.1",
"export": {
"exclude": [
"tests"
]
},
"frameworks": "arduino",
"platforms": "*",
"examples": [
"examples/*/*.ino"
]
} }