diff --git a/library.json b/library.json new file mode 100644 index 0000000..d420088 --- /dev/null +++ b/library.json @@ -0,0 +1,28 @@ +{ + "name": "ESPUI", + "keywords": "espressif web interface iot control simple easy ui userinterface", + "description": "ESP32 and ESP8266 Web Interface Library", + "repository": + { + "type": "git", + "url": "https://github.com/s00500/ESPUI.git" + }, + "authors": + [ + { + "name": "Lukas Bachschwell", + "email": "lukas@lbsfilm.at", + "url": "https://lbsfilm.at", + "maintainer": true + } + ], + "dependencies": + { + "name": "ESP Async WebServer", + "authors": "Hristo Gochkov", + "frameworks": "arduino" + }, + "version": "1.4.6", + "frameworks": "arduino", + "platforms": "*" +} \ No newline at end of file