forked from MangoRanchen/Discord.JS-Bots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.72 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.72 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "discord.js-bots",
"version": "1.0.0",
"description": "Discord.JS Bots",
"dependencies": {
"asciify": "^1.3.5",
"bufferutil": "^3.0.3",
"cleverbot-node": "^0.3.11",
"common-tags": "^1.4.0",
"discord.js": "github:hydrabolt/discord.js",
"erlpack": "github:discordapp/erlpack",
"eslint": "^4.11.0",
"ffmpeg-binaries": "^3.2.2-3",
"file": "^0.2.2",
"getos": "^3.1.0",
"goo.gl": "^0.1.4",
"google-assistant-node": "0.0.12",
"googleapis": "^22.2.0",
"mojang": "^0.4.1",
"moment": "^2.19.2",
"mongodb": "^2.2.33",
"node-opus": "^0.2.7",
"os-toolbox": "^0.2.7",
"randomcolor": "^0.5.3",
"uws": "^8.14.1",
"vm2": "^3.5.2",
"zlib-sync": "^0.1.3"
},
"devDependencies": {
"eslint-config-aqua": "^2.0.1",
"nodemon": "^1.12.1"
},
"author": "Shayne Hartford (ShayBox)",
"maintainers": [
{
"name": "Shayne Hartford (ShayBox)",
"email": "ShayneEHartford@Gmail.Com"
}
],
"contributors": [
{
"name": "Yukine",
"url": "http://yukine.ga/"
},
{
"name": "EPICZEUS",
"email": "fart@aol.com",
"url": "http://lemonparty.org/"
},
{
"name": "Artful",
"email": "kyenormangill98@gmail.com",
"url": "http://artful-is-la.me/"
},
{
"name": "Dragon Fire",
"email": "danielbodendahl@gmail.com",
"url": "http://dragonfire.space/"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/ShayBox/Discord.JS-Bots.git"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ShayBox/Discord.JS-Bots/blob/master/LICENSE"
}
],
"homepage": "https://github.com/ShayBox/Discord.JS-Bots"
}