aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zulip/package.json
blob: 2d0fe884f09f30f5e1deeed51dfa077663f4e02d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "id": "zulip",
    "name": "Zulip",
    "version": "1.0.2",
    "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
    }
}