-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 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
{
"name": "banterbot",
"version": "1.0.0",
"description": "A Discord bot",
"engines": {
"node": "7.5.0"
},
"main": "src/banterbot.js",
"scripts": {
"start": "nf start --procfile Procfile",
"start:dev": "nf start --procfile Procfile_dev",
"lint": "eslint src",
"pretest": "npm run lint",
"test": "nf run npm run mocha",
"mocha": "mocha --harmony --trace-warnings --recursive --timeout 10000 --bail"
},
"repository": {
"type": "git",
"url": "https://github.com/DrSmugleaf/Banter-Bot.git"
},
"author": "DrSmugleaf",
"license": "Apache-2.0",
"dependencies": {
"async": "2.1.4",
"common-tags": "1.4.0",
"discord.js": "11.0.0",
"discord.js-commando": "0.9.0",
"ejs": "2.5.5",
"erlpack": "github:hammerandchisel/erlpack#master",
"express": "4.14.1",
"ffmpeg-binaries": "3.2.2-3",
"longjohn": "0.2.12",
"moment-timezone": "0.5.11",
"morgan": "1.8.1",
"mstranslator": "2.1.1",
"node-opus": "0.2.4",
"parse-color": "1.0.0",
"pg": "6.1.2",
"pg-promise": "5.5.6",
"request": "2.79.0",
"request-promise": "4.1.1",
"sqlite": "2.3.0",
"underscore": "1.8.3",
"uws": "0.14.1",
"valid-url": "1.0.9",
"winston": "2.3.1",
"ytdl-core": "0.9.0"
},
"devDependencies": {
"babel-eslint": "latest",
"benchmark": "latest",
"chai": "latest",
"eslint": "latest",
"foreman": "latest",
"mocha": "latest",
"nodemon": "latest"
}
}