summaryrefslogtreecommitdiffstats
path: root/library.json
blob: 0ce2238fe683dc71e477953d613ca05e63ee9e07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "FTP",
	"description": "Simple FTP Server and Client for using SPIFFS or LittleFS",
	"keywords": "esp8266, ftp, spiffs, littlefs",
	"authors":
		{
			"name": "Daniel Plasa",
			"email": "dplasa@gmail.com"
		},
	"repository":
	{
		"type": "git",
		"url": "https://github.com/dplasa/FTPClientServer"
	},
	"frameworks": "Arduino",
	"platforms": "*"
}