diff --git a/library.json b/library.json index 97afd9a..db534b8 100644 --- a/library.json +++ b/library.json @@ -2,12 +2,21 @@ "name": "AutoConnect", "keywords": "communication, http, server, web, wifi, wi-fi", "description": "ESP8266 WLAN configuration at runtime with web interface.", + "homepage": "https://hieromon.github.io/AutoConnect", "repository": { "type": "git", "url": "https://github.com/Hieromon/AutoConnect.git" }, + "dependencies": + [ + { + "name": "PageBuilder", + "version": ">=1.0.0" + } + ], "frameworks": "arduino", "platforms": "espressif8266", - "version": "0.9.1" + "version": "0.9.1", + "license": "MIT" }