aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/thelounge/package.json
blob: 269ff47418f3f565332ec367ad9f0eb55ec908f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "thelounge",
  "name": "The Lounge",
  "version": "1.0.1",
  "description": "The Lounge - Self-hosted web IRC client",
  "main": "index.js",
  "author": "Jonathan Juursema <dev@jonathanj.nl>",
  "license": "MIT",
  "config": {
    "hasCustomUrl": true,
    "hasNotificationSound": true,
    "hasIndirectMessages": true
  }
}