aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastmail/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fastmail/package.json')
-rw-r--r--recipes/fastmail/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/fastmail/package.json b/recipes/fastmail/package.json
new file mode 100644
index 0000000..671e97c
--- /dev/null
+++ b/recipes/fastmail/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "fastmail",
3 "name": "FastMail",
4 "version": "1.0.0",
5 "description": "Email, calendars and contacts done right.",
6 "main": "index.js",
7 "author": "Alan Plum <me@pluma.io>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.fastmail.com/mail/",
11 "message":
12 "Get private, secure, ad-free email hosting for you or your business"
13 }
14}