-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 844 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 844 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
34
35
36
{
"name": "starter-code",
"version": "1.0.0",
"engines": {
"node": "10.16.3"
},
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "DEBUG=starter-code:* nodemon ./bin/www",
"dev-windows": "nodemon ./bin/www",
"start-dev": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^3.0.7",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"connect-mongo": "^3.1.2",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.17.0",
"hbs": "^4.0.1",
"http-errors": "^1.7.3",
"jquery": "^3.4.1",
"mongoose": "^5.2.10",
"morgan": "^1.9.0",
"newsapi": "^2.4.0",
"node-sass-middleware": "^0.11.0",
"node-summary": "^1.2.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}