aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glowing-bear/package.json
blob: 54c3acf767b43afe818c241a7af3c3ab281187a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "glowing-bear",
  "name": "glowing-bear",
  "version": "1.0.0",
  "description": "Glowing Bear - WeeChat web frontend",
  "main": "index.js",
  "author": "Jonathan Juursema <dev@jonathanj.nl>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://www.glowing-bear.org",
    "hasNotificationSound": true,
    "hasIndirectMessages": true
  }
}