-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 991 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
{
"name": "Static-Node.js-and-Express-Site",
"version": "1.0.0",
"description": "create a portfolio site to showcase the great projects I've built. The site will contain a modern landing page, an about page contains contact info, talk a little about myself, and a series of project pages to show off and detail.",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akhaled19/Static-Node.js-and-Express-Site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Akhaled19/Static-Node.js-and-Express-Site/issues"
},
"homepage": "https://github.com/Akhaled19/Static-Node.js-and-Express-Site#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"http-errors": "^1.7.3",
"morgan": "^1.9.1",
"nodemon": "^2.0.2",
"pug": "^2.0.4"
}
}