-
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": "practice",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"bcrypt": "^5.0.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.6.0",
"ejs": "^3.1.5",
"express": "^4.16.4",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"http-errors": "^1.6.3",
"method-override": "^3.0.0",
"mongoose": "^5.10.5",
"mongoose-findorcreate": "^3.0.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"sass": "^1.80.3"
},
"main": "index.js",
"devDependencies": {
"nodemon": "^2.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuMRoG/Our-first-project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SuMRoG/Our-first-project/issues"
},
"homepage": "https://github.com/SuMRoG/Our-first-project#readme",
"description": ""
}