-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.35 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
{
"name": "discord-bot-core",
"version": "0.16.1",
"description": "A modular Discord bot",
"keywords": [
"discord",
"mod",
"bot"
],
"bugs": {
"url": "https://github.com/Windsdon/discord-bot-core/issues"
},
"license": "MIT",
"author": "Windsdon (https://github.com/Windsdon)",
"contributors": [
"Zephy (https://github.com/Zephyrrus)",
"Fillerix (https://github.com/Fillerix99)"
],
"main": "bot.js",
"repository": {
"type": "git",
"url": "git+https://github.com/windsdon/discord-bot-core.git"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.2",
"cheerio": "^0.20.0",
"chrono-node": "^1.2.3",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.6",
"discord.io": "^1.13.4",
"express": "^4.14.0",
"express-minify-html": "^0.4.1",
"extend": "^3.0.0",
"fibers": "^1.0.13",
"iconv": "^2.2.0",
"markovchain": "^1.0.2",
"minimist": "^1.2.0",
"moment": "^2.13.0",
"nedb": "^1.8.0",
"nunjucks": "^2.4.2",
"request": "^2.72.0",
"semver": "^5.1.0",
"twitter": "^1.3.0",
"winston": "^2.2.0",
"ws": "^1.1.1"
},
"optionalDependencies": {
"canvas": "^1.3.10"
},
"homepage": "https://github.com/windsdon/discord-bot-core#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}