From fa2baf5a17d86fe780d1e81293889f46bc27b0c6 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 16 Mar 2018 00:42:01 +0900 Subject: [PATCH] Added the dependency libraries --- library.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" }