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