-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.02 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.02 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
{
"name": "group-project-2-website-alexjborders",
"version": "1.0.0",
"description": "[](https://classroom.github.com/a/1rJGhksS) # CSC317-Group-Project-Website Group Project Website - in HTML & CSS",
"main": "server317.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server317.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebDev317-03-Fall2023/group-project-2-website-alexjborders.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WebDev317-03-Fall2023/group-project-2-website-alexjborders/issues"
},
"homepage": "https://github.com/WebDev317-03-Fall2023/group-project-2-website-alexjborders#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"express": "^4.18.2",
"mysql": "^2.18.1",
"nodemon": "^3.0.2"
}
}