-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
<<<<<<< HEAD
"name": "cs-312-miniproject-1",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
=======
"name": "CS-312-MiniProject-1",
"version": "1.0.0",
"main": "express.js",
"type": "module",
"scripts": {
"start": "node index.js"
>>>>>>> 41128ce (Initial commit with project files)
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmg479/CS-312-MiniProject-1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lmg479/CS-312-MiniProject-1/issues"
},
"homepage": "https://github.com/lmg479/CS-312-MiniProject-1#readme",
"dependencies": {
"body-parser": "^1.20.2",
<<<<<<< HEAD
"ejs": "^3.1.10",
"express": "^4.20.0"
=======
"connect-flash": "^0.1.1",
"ejs": "^3.1.10",
"express": "^4.20.0",
"express-session": "^1.18.0",
"pg": "^8.13.0"
>>>>>>> 41128ce (Initial commit with project files)
},
"description": ""
}