aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/github/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/github/package.json')
-rw-r--r--recipes/github/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/github/package.json b/recipes/github/package.json
new file mode 100644
index 0000000..535c1d9
--- /dev/null
+++ b/recipes/github/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "github",
3 "name": "GitHub",
4 "version": "2.0.0",
5 "description": "GitHub",
6 "main": "index.js",
7 "author": "Amine Mouafik",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://github.com/notifications",
11 "hasNotificationSound": false,
12 "hasDirectMessages": true,
13 "hasIndirectMessages": true
14 }
15}