aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/github/package.json
blob: a50a1599e8c1ba7d43636d276e359de2ba8dfacc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "github",
  "name": "GitHub",
  "version": "2.0.1",
  "description": "GitHub",
  "main": "index.js",
  "author": "Amine Mouafik",
  "license": "MIT",
  "config": {
    "serviceURL": "https://github.com/notifications",
    "hasNotificationSound": false,
    "hasDirectMessages": true,
    "hasIndirectMessages": true
  }
}