simple_iot/library.json

21 lines
457 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"
},
"version": "0.1.0",
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies": {
"PubSubClient": "~2.7"
}
}