forked from absolute-music/DBH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "discord-bot-house",
"version": "0.0.1",
"description": "A discord bot list.",
"main": "index.js",
"scripts": {
"do": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrAugu/DBD.git"
},
"keywords": [
"discord",
"bot",
"list"
],
"author": "MrAugu#9016",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrAugu/DBD/issues"
},
"homepage": "https://github.com/MrAugu/DBD#readme",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"discord.js": "github:discordjs/discord.js",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-rate-limit": "^3.4.1",
"express-session": "^1.15.6",
"helmet": "^3.21.1",
"marked": "^0.7.0",
"memorystore": "^1.6.1",
"moment": "^2.23.0",
"moment-duration-format": "^2.2.2",
"mongoose": "^5.7.5",
"ms": "^2.1.1",
"node-fetch": "^2.4.1",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"pretty-ms": "^4.0.0",
"request": "^2.88.0",
"valid-url": "^1.0.9"
}
}