forked from chalda/DiscordBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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
{
"name": "DiscordBot",
"version": "0.1.1",
"description": "Bot for Discord app, GG version",
"readme": "README.md",
"maintainers": [],
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/mdiehr/DiscordBot.git"
},
"scripts": {
"start": "node discord_bot.js"
},
"dependencies": {
"d20": "^1.4.0",
"discord.js": "6.1.0",
"feedparser": "1.1.x",
"google": "1.1.x",
"google-images": "0.1.x",
"html-to-text": "1.5.x",
"imgflipper": "1.0.x",
"nock": "1.7.x",
"querystring": "0.2.x",
"request": "^2.81.0",
"sinon": "1.14.x",
"tumblr.js": "0.0.x",
"underscore": "1.8.x",
"wikijs": "0.1.x",
"winston": "1.0.x",
"yahoo-finance": "0.2.x",
"youtube-node": "1.2.x"
},
"main": "discord_bot.js"
}