summaryrefslogtreecommitdiffstats
path: root/library.json
blob: bb72342b51a814ac5d5b82e932b3558bf7587e38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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": "*"
}