-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 806 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
{
"name": "four-card-feature-section-masterAfter",
"version": "1.0.0",
"description": "![Design preview for the Four card feature section coding challenge](./design/desktop-preview.jpg)",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Boody2004/Four-card-feature-section-BE.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Boody2004/Four-card-feature-section-BE/issues"
},
"homepage": "https://github.com/Boody2004/Four-card-feature-section-BE#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"path": "^0.12.7",
"server-static": "^2.0.5"
}
}