aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/reddit/package.json
blob: c0df9bd1d161bb1f02fa64254f366a4bab13f690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "reddit",
  "name": "Reddit",
  "version": "1.0.0",
  "description": "Reddit",
  "main": "index.js",
  "author": "Alex Devero <deveroalex@gmail.com> and The Ferdi Team <hello@getferdi.com>",
  "license": "MIT",
  "repository": "https://github.com/getferdi/recipes",
  "config": {
    "hasNotificationSound": false,
    "hasIndirectMessages": true,
    "serviceURL": "https://www.reddit.com/"
  }
}