aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hipchat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hipchat/package.json')
-rw-r--r--recipes/hipchat/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/hipchat/package.json b/recipes/hipchat/package.json
new file mode 100644
index 0000000..08f5876
--- /dev/null
+++ b/recipes/hipchat/package.json
@@ -0,0 +1,18 @@
1{
2 "id": "hipchat",
3 "name": "HipChat",
4 "version": "1.0.1",
5 "description": "HipChat",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://{teamId}.hipchat.com/chat",
11 "hasNotificationSound": true,
12 "hasDirectMessages": true,
13 "hasIndirectMessages": true,
14 "hasTeamId": true,
15 "hasCustomUrl": true,
16 "urlInputSuffix": ".hipchat.com"
17 }
18}