aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/roundcube/package.json
blob: a9428dcf541e14561f3d67cb35583ade1dc19f14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"id": "roundcube",
	"name": "Roundcube",
	"version": "1.0.0",
	"description": "Roundcube - Free and Open Source Webmail Software",
	"main": "index.js",
	"author": "Jonathan Juursema <dev@jonathanj.nl>",
	"repository": "https://github.com/jonathanjuursema/franz-roundcube",
	"license": "MIT",
	"config": {
		"hasCustomUrl": true,
		"hasNotificationSound": false,
		"hasIndirectMessages": false
	}
}