aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/hipchat/package.json
blob: 08f5876da08c0288fedcc5a2e99c2f4c443fddd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "id": "hipchat",
  "name": "HipChat",
  "version": "1.0.1",
  "description": "HipChat",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.hipchat.com/chat",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": true,
    "hasTeamId": true,
    "hasCustomUrl": true,
    "urlInputSuffix": ".hipchat.com"
  }
}