summaryrefslogtreecommitdiffstats
path: root/library.json
blob: eb0388453dbc7a216778a31eae4ecc5c585aec5e (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/espFTPServer"
	},
	"frameworks": "Arduino",
	"platforms": "*"
}