-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "GrepoDiscord",
"version": "0.3.0",
"homepage": "https://github.com/briantanner/GrepoDiscord",
"author": {
"name": "Brian Tanner",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/briantanner/GrepoDiscord.git"
},
"bugs": {
"url": "https://github.com/briantanner/GrepoDiscord/issues"
},
"private": true,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.3.3",
"commander": "^2.9.0",
"cron": "^1.1.0",
"discord.js": "^7.0.0",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"getenv": "^0.6.0",
"google": "^2.0.0",
"lodash": "^4.11.1",
"moment": "^2.11.2",
"moment-duration-format": "^1.3.0",
"named-routes": "^2.0.3",
"nedb": "^1.8.0",
"pg": "^4.5.1",
"pg-hstore": "^2.3.2",
"request": "^2.72.0",
"sequelize": "^3.19.3",
"underscore": "^1.6.0",
"urlencode": "^1.1.0",
"winston": "^2.2.0"
}
}