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