aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/steamchat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/steamchat/package.json')
-rw-r--r--uncompressed/steamchat/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/steamchat/package.json b/uncompressed/steamchat/package.json
new file mode 100644
index 0000000..30ce277
--- /dev/null
+++ b/uncompressed/steamchat/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "steamchat",
3 "name": "SteamChat",
4 "version": "1.0.1",
5 "description": "Steam Chat",
6 "main": "index.js",
7 "author": "Kevin Oestmark <yo@kevin.am>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://steamcommunity.com/chat",
11 "hasNotificationSound": true
12 }
13}