-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1014 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
{
"name": "seed-project",
"version": "0.0.1",
"description": "Helps developers (beginners or pro's) to have complete project setup .",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"cors": "^2.8.4",
"debug": "^3.1.0",
"ejs": "^3.1.7",
"express": "^4.17.1",
"express-async-handler": "^1.0.3",
"express-mailer": "^0.3.1",
"helmet": "^3.11.0",
"jsonwebtoken": "^8.1.1",
"moment": "^2.29.4",
"mongodb": "^3.5.4",
"mongoose": "^5.0.5",
"morgan": "^1.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anjan-Gowda/nodeJS-seed-project.git"
},
"author": "ABC",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anjan-Gowda/nodeJS-seed-project/issues"
},
"homepage": "https://github.com/Anjan-Gowda/nodeJS-seed-project#readme"
}