This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.9 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "AwesomeBot",
"description": "(formerly) The best Discord bot!",
"version": "0.1.1",
"author": "BitQuote",
"repository": {
"type": "git",
"url": "https://github.com/BitQuote/AwesomeBot.git"
},
"license": "GPL v2",
"dependencies": {
"bing-translate": "*",
"body-parser": "*",
"compression": ">=1.6.0",
"connect-mongo": ">=1.3.0",
"convert-units": ">=1.0",
"cookie-parser": "*",
"ejs": ">=3.1.6",
"eris": "abalabahaha/eris#dev",
"express-rate-limit": ">=2.5.0",
"express-session": ">=1.14",
"fast-levenshtein": "*",
"feed-read": "*",
"bluebird": "*",
"bufferutil": "*",
"domain": "*",
"eventemitter3": "*",
"express": ">=4.0.0",
"goo.gl": "*",
"google": ">=2.0",
"google-play-scraper": ">=3.1.2",
"imgur-node-api": ">=0.1.0",
"mathjs": ">=3.0",
"moment": ">=2.0",
"money": "*",
"mongoose": ">=5.7.5",
"mongoose-findorcreate": ">=0.1.2",
"node-base64-image": ">=1.0.1",
"object-sizeof": ">=1.0",
"parse-duration": "*",
"passport": ">=0.3.2",
"passport-discord": ">=0.1.1",
"passport.socketio": "*",
"random-puppy": "*",
"require-reload": ">=0.2.2",
"remove-markdown": "*",
"searchitunes": "*",
"showdown": "*",
"socket.io": ">=1.4.0",
"text-diff": ">=1.0",
"unirest": "*",
"urban": ">=0.3",
"vm2": ">=3.1.0",
"weather-js": ">=1.0",
"wikijs": ">=1.1.0",
"winston": "*",
"wolfram-node": "*",
"write-file-atomic": ">=1.2.0",
"xml-parser": "*",
"xss-filters": ">=1.2.0",
"youtube-node": ">=1.3.0"
},
"scripts": {
"start": "node bot.js --production"
},
"main": "bot.js"
}