-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.54 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "express-contact-app",
"displayName": "Express Contact App",
"categories": [
"Testing"
],
"markdown": "github",
"preview": true,
"publisher": "Muhamad Rezky Rizaldi",
"version": "1.0.0",
"description": "Express Simple Contact App",
"main": "app.js",
"scripts": {
"start": "nodemon app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RezkyRizaldi/express-contact-app.git"
},
"keywords": [
"Node",
"Express",
"JavaScript",
"Contact-App"
],
"author": {
"name": "Muhamad Rezky Rizaldi",
"email": "rezkyrizaldi30@gmail.com",
"url": "https://github.com/RezkyRizaldi"
},
"qna": "marketplace",
"browserslist": [
"> 1%",
"last 2 versions",
"not ie >= 8"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/RezkyRizaldi/express-contact-app/issues",
"email": "rezkyrizaldi30@gmail.com"
},
"homepage": "https://github.com/RezkyRizaldi/express-contact-app",
"readme": "https://github.com/RezkyRizaldi/express-contact-app#readme",
"dependencies": {
"chalk": "^4.1.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"express-validator": "^6.10.1",
"method-override": "^3.0.0",
"mongoose": "^5.13.20",
"validator": "^13.7.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}