Added the dependency libraries

pull/8/head
Hieromon Ikasamo 7 years ago
parent 77d5cb5dc6
commit fa2baf5a17
  1. 11
      library.json

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

Loading…
Cancel
Save