summaryrefslogtreecommitdiffstats
path: root/library.json
diff options
context:
space:
mode:
authorDaniel Plasa <dplasa@gmail.com>2020-05-24 18:58:42 +0200
committerDaniel Plasa <dplasa@gmail.com>2020-05-24 18:58:42 +0200
commit453e61d5dc538e19e545075818e94a9508501c44 (patch)
tree4e1d4aae43bf8bdde9bbf5bfba27922eb9d0fbb7 /library.json
parentMerge pull request #20 from sandtec65/master (diff)
downloadFTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar
FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.gz
FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.bz2
FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.lz
FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.xz
FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.tar.zst
FTPCLientServer-453e61d5dc538e19e545075818e94a9508501c44.zip
Diffstat (limited to 'library.json')
-rw-r--r--library.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/library.json b/library.json
index ff9891f..5f4944f 100644
--- a/library.json
+++ b/library.json
@@ -1,19 +1,17 @@
{
- "name": "esp8266FTPServer",
- "description": "Simple FTP Server for using esp8266 SPIFFs",
- "keywords": "esp8266, ftp, spiffs",
+ "name": "espFTPServer",
+ "description": "Simple FTP Server for using SPIFFS or LittleFS",
+ "keywords": "esp8266, ftp, spiffs, littlefs",
"authors":
{
- "name": "David Paiva",
- "email": "david@paivahome.com",
- "url": "http://nailbuster.com/"
+ "name": "Daniel Plasa",
+ "email": "dplasa@gmail.com"
},
"repository":
{
"type": "git",
- "url": "https://github.com/nailbuster/esp8266FTPServer"
+ "url": "https://github.com/dplasa/espFTPServer"
},
- "url": "http://nailbuster.com/",
"frameworks": "Arduino",
"platforms": "*"
}