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