aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unraid/package.json
blob: df205619ad66e747857dfcbc91ce1d39298734e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  
{
  "id": "unraid",
  "name": "Unraid",
  "version": "1.0.1",
  "description": "Unraid dashboard",
  "main": "index.js",
  "author": "Neil Tonge <me@neiltonge.co.uk>",
  "license": "MIT",
  "repository": "https://github.com/rctneil/franz-recipe-unraid",
  "config": {
    "serviceURL": "{teamId}",
    "hasNotificationSound": false,
    "hasTeamId": true
  }
}