summaryrefslogtreecommitdiffstats
path: root/library.json
blob: 5f4944f17848e8a1589bce76e7b830a05d26d73c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "espFTPServer",
	"description": "Simple FTP Server 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": "*"
}