aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/twitter/package.json
blob: 407a1a4f780bd5bfb2cef589b526dc563e505abc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "twitter",
  "name": "Twitter",
  "version": "1.1.0",
  "description": "Twitter",
  "main": "index.js",
  "author": "Ferdi Team <hello@getferdi.com> and Jason White <jdwhite@menelos.com>",
  "license": "MIT",
  "repository": "https://github.com/getferdi/recipes",  
  "config": {
    "serviceURL": "https://twitter.com",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": false,
    "hasTeamId": false
  }
}