-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "beerarino",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nodemon cluster.js"
},
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^2.5.0",
"bcryptjs": "^2.4.3",
"body-parser": "~1.17.1",
"chart.js": "^2.6.0",
"compression": "^1.7.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "~4.15.2",
"express-promise-router": "^1.1.1",
"express-session": "^1.15.3",
"global": "^4.3.2",
"helmet": "^3.9.0",
"image-size": "^0.6.0",
"jimp": "^0.2.28",
"joi": "^11.0.2",
"jsftp": "^2.0.0",
"mongoose": "^4.10.8",
"mongoose-password-plugin": "^0.1.2",
"mongoose-title-case": "0.0.4",
"mongoose-validator": "latest",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"node-fetch": "^1.7.1",
"node-pre-gyp": "^0.6.36",
"nodemailer": "^4.0.1",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.3",
"socket.io-redis": "^5.1.0",
"validator": "^7.0.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}