-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "comp229-f2020-midterm",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"bootstrap": "^4.5.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-session": "^1.17.1",
"font-awesome": "^4.7.0",
"http-errors": "~1.6.2",
"jquery": "^3.5.1",
"mongoose": "^5.10.4",
"morgan": "~1.9.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"popper.js": "^1.16.1"
},
"engines": {
"node": "^10.15.0",
"npm": "^6.0.0"
},
"description": "## Welcome to the MidTerm Project - the Favourite Book List App",
"main": "server.js",
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/connect-flash": "0.0.34",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.8",
"@types/express-session": "^1.17.0",
"@types/mongoose": "^5.7.36",
"@types/morgan": "^1.9.1",
"@types/node": "^10.17.31",
"@types/passport": "^1.0.4",
"@types/passport-local": "^1.0.33",
"@types/passport-local-mongoose": "^4.0.13"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"NodeJS",
"ExpressJS",
"EJS"
],
"author": "Your Name Goes Here",
"license": "ISC",
"homepage": ""
}