aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mattermost/package.json
blob: f30a0a61b6ca85e0566fa4265a01047fec8a982d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "mattermost",
  "name": "Mattermost",
  "version": "1.2.3",
  "description": "Mattermost",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "hasCustomUrl": true
  }
}