forked from FocaBot/FocaBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.22 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
50
51
52
53
54
55
56
57
58
{
"name": "focabot",
"version": "1.0.4",
"description": "Music with Seals!",
"main": "main.js",
"engines": {
"node": "^8.0.0"
},
"scripts": {
"start": "node main.js"
},
"bin": {
"focabot": "cli/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FocaBot/FocaBot.git"
},
"keywords": [
"discord",
"bot",
"music",
"focabot"
],
"author": "TheBITLINK aka BIT <[email protected]> (https://thebit.link/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FocaBot/FocaBot/issues"
},
"homepage": "https://github.com/FocaBot/FocaBot#README",
"dependencies": {
"azarasi": "^2.1.0",
"chance": "^1.0.4",
"coffeescript": "^2.1.1",
"dotenv": "^2.0.0",
"ffmpeg-downloader": "^1.3.0",
"inquirer": "^3.1.0",
"json-format": "^0.1.2",
"json-prune": "^1.0.1",
"mathjs": "^3.8.0",
"mkdirp": "^0.5.1",
"moment": "^2.14.1",
"node-osu": "1.3.0",
"request": "^2.74.0",
"request-promise": "^4.1.1",
"require-reload": "^0.2.2",
"tumblr.js": "^1.1.1",
"ytdl-getinfo": "^1.0.5"
},
"devDependencies": {},
"standard": {
"globals": [
"Core",
"BotCommand",
"BotModule"
]
}
}