-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
53 lines (53 loc) · 1.14 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
{
"name": "AwesomeBot",
"version": "0.1.1",
"author": "BitQuote",
"repository": {
"type": "git",
"url": "https://github.com/BitQuote/AwesomeBot.git"
},
"license": "GNU",
"dependencies": {
"discord.js": "*",
"request": ">=2.58.0",
"querystring": "*",
"underscore": "1.8.x",
"winston": "1.0.x",
"sinon": "1.14.x",
"nock": "1.7.x",
"cleverbot-node": "0.2.x",
"tumblr.js": "0.0.x",
"youtube-node": "1.2.x",
"google": "1.1.x",
"google-images": "0.1.x",
"imgflipper": "*",
"wikijs": "*",
"feedparser": "*",
"html-to-text": "*",
"cheerio": "*",
"mitsuku-api": "*",
"fs": "*",
"express": "*",
"body-parser": "*",
"unirest": "*",
"readline": "*",
"fast-levenshtein": "*",
"convert-units": "*",
"exec": "*",
"imgur-node-api": "*",
"util": "*",
"urban": "*",
"weather-js": "*",
"wolfram-node": "*",
"google-search-scraper": "*",
"url-info-scraper": "*",
"cross-spawn": "*",
"write-file-atomic": "*",
"money": "*",
"forbes-quote": "*"
},
"scripts": {
"start": "node start.js"
},
"main": "start.js"
}