-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "fcc-advanced-node-and-express",
"author": "http://github.com/JosephLivengood",
"version": "0.0.1",
"description": "What am I about?",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"bcrypt": "^5.0.1",
"connect-mongo": "~3.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.16.1",
"express-session": "^1.17.2",
"http": "0.0.1-security",
"mongodb": "^3.6.1",
"passport": "^0.5.2",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"pug": "^3.0.2",
"socket.io": "^4.4.1"
},
"keywords": [
"node",
"express",
"pug",
"passport",
"socketio"
],
"license": "MIT",
"devDependencies": {
"nodemon": "^2.0.15"
}
}