simple_iot/library.json

24 lines
498 B
JSON

{
"name": "SimpleIOT",
"keywords": "iot, mqtt, http",
"description": "Library for simple-ish IOT projects using esp8266.",
"authors": {
"name": "Fabian Schlenz",
"email": "fabian@schle.nz",
"url": "https://blog.fabianonline.de"
},
"repository": {
"type": "git",
"url": "https://git.schle.nz/fabian/simple_iot"
},
"export": {
"exclude": "examples"
},
"version": "0.2.0",
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies": {
"PubSubClient": "~2.7"
}
}