diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-12-30 13:11:06 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-12-30 13:11:06 +0100 |
| commit | c6c5027865743328d0542246fef70e0fafe0f0f1 (patch) | |
| tree | 9348d4afa900c170aa534f602b6f7a823292a831 /package.json | |
| parent | abd33f47fbbcc92610b83341c61f5d1911eed590 (diff) | |
| parent | 1881a2ecd48be772fd83b20068fe9946f1365eeb (diff) | |
| download | discordbot-c6c5027865743328d0542246fef70e0fafe0f0f1.tar.gz discordbot-c6c5027865743328d0542246fef70e0fafe0f0f1.zip | |
Merge branch 'master' into developdevelop
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..fc94066 --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "discordbot", + "version": "2.0.0", + "description": "", + "main": "bot.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "schneefux", + "license": "UNLICENSED", + "dependencies": { + "async-csp": "^0.5.0", + "bluebird": "^3.5.0", + "bufferutil": "^2.0.0", + "cache-manager": "^2.4.0", + "discord-emoji": "^1.1.1", + "discord.js": "git+https://github.com/hydrabolt/discord.js.git", + "discord.js-commando": "git+https://github.com/Gawdl3y/discord.js-commando.git", + "erlpack": "github:hammerandchisel/erlpack", + "request": "^2.81.0", + "request-promise": "^4.2.0", + "sleep-promise": "^2.0.0", + "sqlite": "^2.5.0", + "universal-analytics": "^0.4.13", + "webstomp": "0.0.10", + "webstomp-client": "^1.0.6", + "winston": "^2.3.1", + "winston-loggly-bulk": "^1.4.2", + "ws": "^2.2.3" + } +} |
