forked from Liz79/CS546_FinalProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 875 Bytes
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
{
"name": "cs546_finalproject",
"version": "1.0.0",
"description": "Online Grocery Store",
"main": "app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Liz79/CS546_FinalProject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Liz79/CS546_FinalProject/issues"
},
"homepage": "https://github.com/Liz79/CS546_FinalProject#readme",
"dependencies": {
"bcrypt": "^4.0.1",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-handlebars": "^4.0.3",
"express-paginate": "^1.0.0",
"express-session": "^1.17.1",
"handlebars-helpers": "^0.10.0",
"helmet": "^3.22.0",
"mongodb": "^3.5.5",
"xss": "^1.0.6"
}
}