-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 972 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "19.-Finder-Job-Board",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"build": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/PankajBaliyan/Finder-Job-Board.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/PankajBaliyan/Finder-Job-Board/issues"
},
"homepage": "/~https://github.com/PankajBaliyan/Finder-Job-Board#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongoose": "^7.0.3",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0"
},
"devDependencies": {
"locus": "^2.0.4"
}
}