-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"name": "voyageit-node-mvc",
"version": "1.0.0",
"description": "The VoyageIt Node.js project is a comprehensive and feature-rich travel management system designed to simplify and enhance the travel experience. With a wide range of functionalities, including sending email, downloading files, login system, booking system, and much more, VoyageIt empowers travelers to seamlessly navigate their journeys with convenience and efficiency.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"start-server": "node app.js"
},
"keywords": [
"voyage",
"travel",
"nodejs",
"express",
"login",
"email",
"download",
"pdf",
"booking"
],
"author": "Yara Elmalah",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"chai": "^4.3.7",
"chai-http": "^4.4.0",
"connect-mongodb-session": "^3.1.1",
"csurf": "^1.11.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"mocha": "^10.2.0",
"mongoose": "^7.4.0",
"nodemon": "^3.0.1",
"pug": "^3.0.2"
}
}