-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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": "project",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"engines": {
"node": "8.4.0"
},
"dependencies": {
"async": "^2.6.0",
"bcrypt": "^1.0.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"email-verification": "^0.4.6",
"express": "~4.15.5",
"express-session": "^1.15.6",
"jquery": "^3.2.1",
"method-override": "^2.3.10",
"moment": "^2.19.2",
"mongoose": "^4.12.5",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"node-sass-middleware": "0.9.8",
"nodemailer": "^4.4.0",
"nodemailer-mailgun-transport": "^1.3.6",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-kakao": "0.0.5",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"scss-compile": "^0.1.7",
"serve-favicon": "~2.4.5"
},
"main": "app.js",
"author": "",
"license": "ISC",
"description": ""
}