-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 KB
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
50
51
52
{
"name": "danbotradio-dashboard",
"version": "1.0.0",
"description": "A discord bot that will play music along all guilds at the same time. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danbot-devs/DanBotRadio.git"
},
"author": "danielpmc",
"license": "MIT",
"bugs": {
"url": "https://github.com/danbot-devs/DanBotRadio/issues"
},
"homepage": "https://github.com/danbot-devs/DanBotRadio#readme",
"dependencies": {
"chart-constructor": "^0.7.4",
"child_process": "^1.0.2",
"discord.js": "^11.4.2",
"diskusage": "^1.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.16.1",
"fs": "0.0.1-security",
"get-folder-size": "^2.0.1",
"helmet": "^3.16.0",
"html": "^1.0.0",
"http": "0.0.0",
"level": "^5.0.1",
"level-session-store": "^2.2.0",
"marked": "^0.6.2",
"mem-stat": "^1.0.5",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"mp3-duration": "^1.1.0",
"net-stat": "^2.0.1",
"node-opus": "^0.3.1",
"os": "^0.1.1",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"path": "^0.12.7",
"prism-media": "github:hydrabolt/prism-media",
"random-file": "^1.0.0",
"request": "^2.88.0",
"select-random-file": "^1.1.0",
"url": "^0.11.0",
"util": "^0.11.1"
}
}