aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/glowingbear/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/glowingbear/package.json')
-rw-r--r--uncompressed/glowingbear/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/uncompressed/glowingbear/package.json b/uncompressed/glowingbear/package.json
new file mode 100644
index 0000000..04cca9c
--- /dev/null
+++ b/uncompressed/glowingbear/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "glowingbear",
3 "name": "Glowing Bear",
4 "version": "1.0.0",
5 "description": "Glowing Bear - WeeChat web frontend",
6 "main": "index.js",
7 "author": "Jonathan Juursema <dev@jonathanj.nl>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.glowing-bear.org",
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true
13 }
14}