forked from chalda/DiscordBot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
50 lines (48 loc) · 1.21 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
{
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-node8": "^1.2.0",
"bufferutil": "^4.0.1",
"chrono-node": "^1.3.5",
"config": "^1.27.0",
"embed-creator": "^1.1.4",
"jsonpath": "^0.2.12",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"cleverbot-node": "^0.2.8",
"d20": "^1.4.1",
"discord.js": "^11.5.1",
"feedparser": "1.1.x",
"html-to-text": "^3.3.0",
"imgflipper": "^1.0.1",
"leet": "^1.3.0",
"nock": "1.7.x",
"node-opus": "^0.3.2",
"node-wolfram": "0.0.1",
"node-cmd": "^3.0.0",
"node-config": "^0.0.2",
"numeral": "^2.0.6",
"npm": "",
"querystring": "0.2.x",
"request": "^2.85.0",
"request-promise": "^4.2.1",
"sinon": "1.14.x",
"tumblr.js": "0.0.x",
"underscore": "1.8.x",
"urban": "^0.3.1",
"wikijs": "^0.1.4",
"youtube-node": "^1.3.3",
"zucc": "^0.1.2",
"pm2": "^2.10.2"
},
"scripts": {
"start": "pm2 start ecosystem.config.js"
},
"name": "DiscordBot",
"version": "1.0.0",
"description": "Discord Chat Bot",
"main": "discord_bot.js",
"repository": "https://github.com/CoinPoolServices/CPS-tipbot",
"author": "ME <nexusnow@protonmail.com>",
"license": "MIT"
}