forked from Dougley/DougleyBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 930 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
36
37
38
39
40
41
{
"name": "DougleyBot",
"version": "1.3.8",
"description": "Bot for Discord app",
"readme": "README.md",
"maintainers": [],
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/SteamingMutt/DougleyBot.git"
},
"license": "GPL-2.0",
"dependencies": {
"cleverbot-node": "0.2.x",
"csgo-market": "*",
"discord.js": "*",
"date-from-num": "*",
"feedparser": "*",
"google": "1.1.x",
"google-images": "0.1.x",
"get-json": "*",
"html-to-text": "*",
"imgflipper": "*",
"nock": "1.7.x",
"pmx": "^0.5.5",
"xml2js": "*",
"ms": "*",
"querystring": "*",
"request": ">=2.58.0",
"sinon": "1.14.x",
"steamidconvert": "*",
"tumblr.js": "0.0.x",
"underscore": "1.8.x",
"wikijs": "*",
"wolfram": "*",
"winston": "1.0.x",
"yahoo-finance": "*",
"youtube-node": "1.2.x"
},
"main": "discord_bot.js"
}