-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1 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
{
"name": "softwareengineeringmodulecoursework",
"version": "1.0.0",
"description": "Full stack community web application built with Node.js, Express, MySQL, and PUG. The platform enables users to share goods or services cooperatively for mutual benefit. Developed using Scrum, Docker, GitHub Projects, and CI CD with GitHub Actions, focusing on usability, security, and ethical design.",
"main": "index.js",
"scripts": {
"dev": "nodemon src/app.js",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackoturner/SoftwareEngineeringModuleCoursework.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/jackoturner/SoftwareEngineeringModuleCoursework/issues"
},
"homepage": "https://github.com/jackoturner/SoftwareEngineeringModuleCoursework#readme",
"dependencies": {
"express": "^5.2.1",
"pug": "^3.0.3"
},
"devDependencies": {
"nodemon": "^3.1.11"
}
}