-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 882 Bytes
/
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
{
"name": "miscord",
"version": "1.0.0",
"description": "Meme bot for Discord",
"repository": {
"type": "git",
"url": "git+https://github.com/TomPed/miscord.git"
},
"keywords": [
"discord",
"bot",
"meme"
],
"author": [
"TomPed",
"michaeltcoyle",
"xyfer",
"weweboom",
"AceAero"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/TomPed/miscord/issues"
},
"homepage": "https://github.com/TomPed/miscord#readme",
"dependencies": {
"collections": "^3.0.0",
"dateformat": "^1.0.12",
"discord.js": "^7.0.1",
"dotenv": "^2.0.0",
"node-opus": "^0.1.13"
},
"scripts": {
"bot": "node main.js",
"jsHint": "gulp jsHint"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"yargs": "^4.7.1"
}
}