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