-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 Bytes
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": "ex01",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async-error-catcher": "^1.0.1",
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "4.15.5",
"express-session": "^1.15.6",
"method-override": "^2.3.10",
"moment": "^2.19.1",
"mongoose": "^4.12.4",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.9.0",
"node-sass-middleware": "0.9.8",
"nodemon": "^1.12.5",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"serve-favicon": "~2.4.5"
},
"engines": {
"node": "8.6.0"
}
}