2019-07-05 04:19:33 +00:00
|
|
|
{
|
|
|
|
"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",
|
2019-07-18 04:31:25 +00:00
|
|
|
"url": "https://git.schle.nz/fabian/simple_iot"
|
2019-07-05 04:19:33 +00:00
|
|
|
},
|
2019-07-18 04:26:07 +00:00
|
|
|
"export": {
|
|
|
|
"exclude": "examples"
|
|
|
|
},
|
2019-07-05 04:19:33 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "espressif8266",
|
|
|
|
"dependencies": {
|
|
|
|
"PubSubClient": "~2.7"
|
|
|
|
}
|
|
|
|
}
|