-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 822 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 822 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
31
32
33
{
"name": "ihc_project",
"version": "1.1.0",
"description": "Ebook web repository made with Node, Express, Passport and Mongoose.",
"engines": {
"node": "16.x",
"npm": "8.x"
},
"main": "app.js",
"dependencies": {
"async": "^3.2.0",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-session": "^1.4.0",
"dateformat": "^3.0.3",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"frameguard": "^3.1.0",
"moment": "^2.29.4",
"mongoose": "^5.10.1",
"multer": "^1.4.2",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Igor Bonato Matricardi",
"license": "MIT"
}