-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 732 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 732 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
{
"name": "story",
"version": "1.0.0",
"description": "story application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^7.0.1",
"express-hbs": "^2.4.0",
"express-session": "^1.17.3",
"handlebars": "^4.7.7",
"hbs": "^4.2.0",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongoose": "^7.0.0",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7"
}
}