-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
47
48
49
{
"name": "discord-bot-rem",
"version": "9.8.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ascii-table": "0.0.9",
"async": "^2.1.4",
"blocked": "latest",
"bluebird": "latest",
"cleverbot-node": "^0.2.4",
"cloudscraper": "^1.4.0",
"discord.js": "^10.0.1",
"fibers": "^1.0.15",
"fluent-ffmpeg": "^2.1.0",
"i18next": "^3.5.2",
"i18next-node-fs-backend": "^0.1.2",
"icy": "^2.1.0",
"le-table": "^6.1.4",
"lodash": "^4.17.2",
"minimist": "^1.2.0",
"moment": "^2.17.1",
"mongoose": "^4.7.3",
"node-dogstatsd": "0.0.6",
"node-opus": "^0.2.4",
"node-osu": "^1.1.0",
"opusscript": "0.0.1",
"osu-api": "0.0.3",
"raven": "^0.12.3",
"request": "^2.79.0",
"shortid": "^2.2.6",
"socket.io-client": "^1.7.2",
"stream-to": "^2.0.0",
"unzip": "^0.1.11",
"x2js": "^3.1.0",
"youtube-api": "^2.0.4",
"youtube-dl": "^1.11.1",
"youtube-search": "^1.0.6",
"ytdl-core": "^0.7.20"
},
"devDependencies": {
"winston": "^2.2.0"
}
}