higrow/lib/IotWebConf/.library.json
Thomas Basler 6050fb6956 Migrated webserver to ESP Async Webserver
* Integrate IotWebConf as local library
* Add support for ESP Async Webserver to IotWebConf
* Changed application to work with Async Webserver
2019-11-14 19:55:11 +01:00

40 lines
855 B
JSON

{
"name": "IotWebConf",
"version": "2.3.0",
"keywords": [
"communication"
],
"description": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.",
"frameworks": [
"arduino"
],
"platforms": [
"espressif8266",
"espressif32"
],
"authors": [
{
"email": "prampec+arduino@gmail.com",
"url": null,
"maintainer": true,
"name": "Balazs Kelemen"
}
],
"repository": {
"type": "git",
"url": "https://github.com/prampec/IotWebConf"
},
"homepage": null,
"export": {
"include": null,
"exclude": [
"extras",
"docs",
"tests",
"test",
"*.doxyfile",
"*.pdf"
]
},
"id": 5676
}