This repository was archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 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
{
"name": "garnet",
"version": "4.5.0",
"description": "Garnet is a developed bot by the FCC.",
"main": "index.js",
"repository": {
"url": "https://github.com/LOCCouncil/Garnet"
},
"scripts": {
"test": "node index.js && exit 1",
"start": "node index.js",
"shard": "node shard.js"
},
"engines": {
"node": ">=8",
"npm": "~1.0.20"
},
"author": "Matthew#0008",
"contributors": [
"NightRaven#2172"
],
"dependencies": {
"@sentry/node": "^4.1.1",
"axios": "^0.18.0",
"chalk": "^2.4.1",
"cleverbot.io": "^1.0.4",
"dateformat": "^3.0.3",
"discord.js": "^11.4.2",
"discord.js-musicbot-addon": "^12.0.6",
"enmap": "^4.0.12",
"enmap-sqlite": "^2.0.5",
"eris": "^0.9.0",
"eslint": "^5.6.1",
"express": "^4.16.4",
"ffmpeg-binaries": "^4.0.0",
"jshint": "^2.9.6",
"lavalink": "^2.2.0",
"loc-api-library": "^0.8.5",
"mathjs": "^5.1.2",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"node-opus": "^0.3.0",
"npm": "^6.4.1",
"os-name": "^2.0.1",
"raven": "^2.6.4",
"serve-favicon": "^2.5.0",
"superagent": "^3.8.3",
"systeminformation": "^3.45.7",
"uws": "^99.0.0",
"vows": "^0.8.2",
"windows-release": "^3.1.0",
"ytdl-core": "^0.25.2"
}
}