-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
33 lines (33 loc) · 855 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
{
"name": "discord-giveawaybot",
"version": "0.1.10",
"description": "A Discord bot that gives games away.",
"private": false,
"author": "[email protected]",
"license": "MIT",
"engines" : {
"node" : ">=0.7.x"
},
"scripts" : {
"start" : "node start",
"test" : "node tests/test"
},
"dependencies" : {
"cron" : "1.2.1",
"request": "2.81.0",
"request-promise-native": "1.0.4",
"fs-extra": "4.0.1",
"lokijs": "1.4.1",
"dateformat" : "2.0.0",
"winston": "2.4.0",
"minimist-string" : "1.0.2",
"winston-daily-rotate-file" : "1.7.2",
"jsonfile": "2.0.0",
"cheerio" : "1.0.0-rc.2",
"discord.js" : "11.3.2"
},
"devDependencies": {
"mocha": "3.2.0",
"glob": "7.1.1"
}
}