diff options
author | David Paiva <david@nailbuster.com> | 2017-10-18 15:33:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 15:33:55 +0200 |
commit | 7dfca5a1cb12dbfe5984eb34a87498f965dcdbdc (patch) | |
tree | e1426ace49bc490b5c660d8be1728a81d1e943eb /library.json | |
parent | Merge pull request #1 from lnxbil/patch-1 (diff) | |
parent | Added ESP32 support (diff) | |
download | FTPCLientServer-7dfca5a1cb12dbfe5984eb34a87498f965dcdbdc.tar FTPCLientServer-7dfca5a1cb12dbfe5984eb34a87498f965dcdbdc.tar.gz FTPCLientServer-7dfca5a1cb12dbfe5984eb34a87498f965dcdbdc.tar.bz2 FTPCLientServer-7dfca5a1cb12dbfe5984eb34a87498f965dcdbdc.tar.lz FTPCLientServer-7dfca5a1cb12dbfe5984eb34a87498f965dcdbdc.tar.xz FTPCLientServer-7dfca5a1cb12dbfe5984eb34a87498f965dcdbdc.tar.zst FTPCLientServer-7dfca5a1cb12dbfe5984eb34a87498f965dcdbdc.zip |
Diffstat (limited to '')
-rw-r--r-- | library.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/library.json b/library.json new file mode 100644 index 0000000..bb72342 --- /dev/null +++ b/library.json @@ -0,0 +1,19 @@ +{ + "name": "esp8266FTPServer", + "description": "Simple FTP Server for using esp8266 SPIFFs", + "keywords": "esp8266, ftp, spiffs", + "authors": + { + "name": "David Paiva", + "email": "david@paivahome.com", + "url": "http://nailbuster.com/" + }, + "repository": + { + "type": "git", + "url": "https://github.com/beegee-tokyo/esp8266FTPServer" + }, + "url": "http://nailbuster.com/", + "frameworks": "Arduino", + "platforms": "*" +} |