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

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "corrade-group-discord-bridge",
3 "version": "1.0.0",
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 ],
15 "author": "Wizardry and Steamworks <office@grimore.org>",
16 "license": "CC-BY-2.0",
17 "dependencies": {
18 "discord.js": "^12.5.3",
19 "mqtt": "^2.18.8",
20 "qs": "^6.9.1",
21 "uuid": "^8.3.2",
22 "winston": "^3.2.1",
23 "yamljs": "^0.3.0"
24 }
25 }