corrade-group-discord-bridge – Blame information for rev 5

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "corrade-group-discord-bridge",
5 office 3 "version": "1.1.0",
1 office 4 "description": "a bridge between SecondLife groups and Discord using Corrade",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "corrade",
11 "discord",
12 "bot",
13 "secondlife"
14 ],
5 office 15 "author": "Wizardry and Steamworks <wizardry.steamworks@outlook.com>",
1 office 16 "license": "CC-BY-2.0",
17 "dependencies": {
18 "discord.js": "^12.5.3",
3 office 19 "mqtt": "^2.18.9",
20 "qs": "^6.13.1",
1 office 21 "uuid": "^8.3.2",
3 office 22 "winston": "^3.17.0",
1 office 23 "yamljs": "^0.3.0"
24 }
25 }