aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/hipchat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/hipchat/package.json')
-rw-r--r--uncompressed/hipchat/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/uncompressed/hipchat/package.json b/uncompressed/hipchat/package.json
deleted file mode 100644
index 08f5876..0000000
--- a/uncompressed/hipchat/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
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}