aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flowdock/package.json
blob: 82e5f9e1e9b7d1b143f5dc732fbeeedd9d3c9790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "flowdock",
  "name": "Flowdock",
  "version": "1.0.1",
  "description": "Flowdock",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://www.flowdock.com/app/",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": false
  }
}