aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zulip/package.json
blob: 3a1f541905a447a346ec4c72afe0dff401405be5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "zulip",
  "name": "Zulip",
  "version": "1.0.3",
  "description": "Zulip",
  "main": "index.js",
  "author": "Adam Birds <adam.birds@adbwebdesigns.co.uk> and akashnimare",
  "license": "MIT",
  "config": {
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": true,
    "hasCustomUrl": true
  }
}