aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yammer/package.json
blob: 00b0bd7723578a975e9ec55662901d21c4342675 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "yammer",
  "name": "Yammer",
  "version": "1.0.1",
  "description": "Yammer plugin for Franz 5",
  "main": "index.js",
  "author": "Dave Reid <dave@davereid.net>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://www.yammer.com/login",
    "hasDirectMessages": true,
    "hasIndirectMessages": true,
    "hasNotificationSound": false
  }
}