forked from chalda/DiscordBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 807 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
{
"name": "DiscordBot",
"version": "0.1.1",
"description": "Bot for Discord app",
"readme": "README.md",
"maintainers": [],
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/chalda/DiscordBot.git"
},
"license": "GPL-2.0",
"dependencies": {
"d20": "^1.4.0",
"discord.js": "9.3.x",
"feedparser": "1.1.x",
"google": "1.1.x",
"google-images": "0.1.x",
"html-to-text": "1.5.x",
"imgflipper": "1.0.x",
"leet": "^1.2.7",
"nock": "1.7.x",
"node-wolfram": "0.0.1",
"npm": "",
"querystring": "0.2.x",
"sinon": "1.14.x",
"tumblr.js": "0.0.x",
"underscore": "1.8.x",
"urban": "^0.3.0",
"wikijs": "0.1.x",
"yahoo-finance": "0.2.x",
"youtube-node": "1.2.x"
},
"main": "discord_bot.js"
}