aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gmail/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gmail/package.json')
-rw-r--r--recipes/gmail/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gmail/package.json b/recipes/gmail/package.json
new file mode 100644
index 0000000..7e8c9ed
--- /dev/null
+++ b/recipes/gmail/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "gmail",
3 "name": "Gmail",
4 "version": "1.3.3",
5 "description": "Gmail",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://mail.google.com"
11 }
12}