aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flowdock/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/flowdock/package.json')
-rw-r--r--recipes/flowdock/package.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/flowdock/package.json b/recipes/flowdock/package.json
index 82e5f9e..4daa17d 100644
--- a/recipes/flowdock/package.json
+++ b/recipes/flowdock/package.json
@@ -1,15 +1,10 @@
1{ 1{
2 "id": "flowdock", 2 "id": "flowdock",
3 "name": "Flowdock", 3 "name": "Flowdock",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Flowdock",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://www.flowdock.com/app/", 7 "serviceURL": "https://www.flowdock.com/app/",
11 "hasNotificationSound": true, 8 "hasNotificationSound": true
12 "hasDirectMessages": true,
13 "hasIndirectMessages": false
14 } 9 }
15} 10}