This repository was archived by the owner on Jul 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 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
{
"name": "smorejs",
"version": "2.0.6",
"description": "SmoreBot JS is the JavaScript bot written in Discord.js and Node.js it is designed to have music and server prefixes with custom settings per guild! Version 2 is the SmoreJS rewrite with migration onto the Discord.js-Commando framework.",
"main": "smore.js",
"engines": {
"node": "8.x"
},
"scripts": {
"test": "node smore.js",
"lint": "eslint .",
"start": "node smore.js"
},
"repository": "SmoreSoftware/SmoreJS",
"bugs": {
"url": "https://github.com/SmoreSoftware/SmoreJS/issues"
},
"homepage": "https://github.com/SmoreSoftware/SmoreJS#readme",
"license": "AGPL-3.0-or-later",
"contributors": [
"TJDoesCode#6088",
"Jdender~ <jdenderplays@gmail.com> (https://github.com/jdenderplays)",
"Jonah Snider <me@jonahsnider.ninja> (jonahsnider.ninja)"
],
"dependencies": {
"bufferutil": "3.0.2",
"chalk": "2.1.0",
"common-tags": "1.4.0",
"discord.js": "11.2.1",
"discord.js-commando": "0.9.0",
"dotenv": "5.0.1",
"figlet": "1.2.0",
"moment": "2.19.3",
"moment-duration-format": "1.3.0",
"morjs": "1.1.0",
"morse-node": "0.1.1",
"ms": "2.0.0",
"redis": "2.8.0",
"regex": "0.1.1",
"request": "2.81.0",
"sqlite": "2.8.0",
"superagent": "3.5.2",
"tsubaki": "1.3.1",
"twit": "2.2.11",
"winston": "2.4.2"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-aqua": "^4.3.0"
}
}