aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/rocketchat/package.json
blob: 7200d763e95a3e8ea2ebf40cedbf5da03b5d0e23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "rocketchat",
  "name": "Rocket.Chat",
  "version": "1.0.8",
  "description": "Rocket.Chat",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.rocket.chat",
    "hasNotificationSound": true,
    "hasCustomUrl": true,
    "hasTeamId": true,
    "urlInputSuffix": ".rocket.chat"
  }
}