This repository was archived by the owner on Nov 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
96 lines (96 loc) · 1.84 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "commando",
"version": "0.28.0",
"description": ".",
"author": {
"name": "iCrawl",
"email": "[email protected]"
},
"contributors": [
{
"name": "vzwGrey"
},
{
"name": "1Computer"
},
{
"name": "aemino"
},
{
"name": "TeeSeal"
},
{
"name": "Lewdcario"
},
{
"name": "kurisubrooks"
},
{
"name": "Gawdl3y"
},
{
"name": "Slamakans"
},
{
"name": "ImSanctuary"
},
{
"name": "Drahcirius"
}
],
"license": "MIT",
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeebDev/Commando.git"
},
"bugs": {
"url": "https://github.com/WeebDev/Commando/issues"
},
"keywords": [
"discord",
"bot"
],
"homepage": "https://github.com/WeebDev/Commando#readme",
"dependencies": {
"Sherlock": "neilgupta/Sherlock",
"canvas": "next",
"cheerio": "^0.22.0",
"discord.js": "hydrabolt/discord.js",
"discord.js-commando": "gawdl3y/discord.js-commando",
"erlpack": "hammerandchisel/erlpack",
"moment": "^2.0.0",
"moment-duration-format": "^1.0.0",
"node-opus": "^0.2.0",
"pg": "^6.0.0",
"pg-hstore": "^2.0.0",
"prism-media": "hydrabolt/prism-media",
"random-js": "^1.0.0",
"redis": "^2.0.0",
"request": "^2.0.0",
"request-promise": "^4.0.0",
"sequelize": "^4.0.0",
"simple-youtube-api": "^3.0.0",
"snekfetch": "^3.0.0",
"tsubaki": "^1.0.0",
"uws": "^8.0.0",
"winston": "^2.0.0",
"ytdl-core": "^0.17.0"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-aqua": "^2.0.0"
},
"eslintConfig": {
"extends": "aqua",
"rules": {
"no-process-env": "off"
}
},
"engines": {
"node": ">=8.0.0"
}
}