-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 781 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 781 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
{
"name": "groupproject",
"version": "1.0.0",
"description": "\u0016The Web application proposed here is a website that allows users to search for restaurant venues, view data and visualizations of results, and submit reviews.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node ./tasks/seed.js"
},
"author": "Brian Hartigan 10421547",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.6",
"connect-flash": "^0.1.1",
"express": "^4.17.0",
"express-handlebars": "^3.1.0",
"express-session": "^1.16.1",
"html": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.5",
"path": "^0.12.7",
"xss": "^1.0.6"
}
}