-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 798 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "jobentry",
"version": "1.0.0",
"description": "# FEATURES ## # users Can Post New jobs # each job will have a unique ID. # users can search for jobs via the search bar # Explore jobs based on category # Apply for jobs # Users can send messages to the admin from the contact page. # Users can opt in to be subscribers. via the subscribe form in the footer. # Keep track of wesbite stats via the admin dashboard (Jobs, applications, messages, subscribers).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"express-handlebars": "^6.0.6"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}