forked from Elevationacademy/full-stack-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (24 loc) · 796 Bytes
/
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
{
"name": "weather-full-stack",
"version": "1.0.0",
"description": "The project is a comprehensive mobile application that enables university students to connect, organize activities, and facilitate meet-ups through a user-friendly interface, integrating both frontend and backend technologies for a seamless user experience.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "5.3.2",
"express": "^4.16.4",
"handlebars": "^4.0.12",
"jquery": "^3.3.1",
"jsonwebtoken": "^9.0.2",
"moment": "^2.23.0",
"mongoose": "^5.4.0",
"request": "^2.88.0"
}
}