aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gitter/package.json
blob: 6d4598e826b7d4880ddb1fd87bb954e307f40bd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "id": "gitter",
  "name": "Gitter",
  "version": "1.0.3",
  "description": "Gitter",
  "main": "index.js",
  "author": "Brian Gilbert <brian@briangilbert.net>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://gitter.im",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "hasPredefinedUrl": true,
    "hasCustomUrl": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    }
  }
}