aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yammer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/yammer/package.json')
-rw-r--r--recipes/yammer/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/yammer/package.json b/recipes/yammer/package.json
new file mode 100644
index 0000000..16b68b7
--- /dev/null
+++ b/recipes/yammer/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "yammer",
3 "name": "Yammer",
4 "version": "1.0.0",
5 "description": "Yammer plugin for Franz 5",
6 "main": "index.js",
7 "author": "Dave Reid <dave@davereid.net>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.yammer.com/login",
11 "hasDirectMessages": true,
12 "hasIndirectMessages": true,
13 "hasNotificationSound": false
14 }
15}