forked from LFGamers/discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 836 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "discord-bot",
"version": "0.1.0",
"description": "Javascript bot for Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LFGamers/discord-bot.git"
},
"author": "Aaron Scherer <aequasi@gmail.com> (http://aaronscherer.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LFGamers/discord-bot/issues"
},
"homepage": "https://github.com/LFGamers/discord-bot#readme",
"dependencies": {
"bluebird": "^3.1.1",
"chalk": "^1.1.1",
"crate-js": "^1.2.5",
"discord.js": "^5.3.1",
"juration": "0.0.1",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongoose": "^4.3.4",
"prettyjson": "^1.1.3",
"redis": "^2.4.2",
"walk": "^2.3.9"
}
}