-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "express",
"version": "0.0.1",
"private": true,
"scripts": {
"server": "nodemon server.js",
"start": "node server.js"
},
"dependencies": {
"@types/connect-flash": "0.0.34",
"@types/express-session": "^1.15.12",
"@types/mongoose": "^5.3.20",
"@types/passport": "^1.0.0",
"@types/passport-local": "^1.0.33",
"@types/passport-local-mongoose": "^4.0.12",
"bootstrap": "^4.3.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-session": "^1.15.6",
"font-awesome": "^4.7.0",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"mongoose": "^5.4.19",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"popper.js": "^1.14.7"
},
"description": "Mongo and mongoos demo",
"main": "server.js",
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.16.1",
"@types/morgan": "^1.7.35",
"@types/node": "^11.9.5",
"nodemon": "^1.18.10"
}
}