forked from Mjheverett/Hashed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 765 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 765 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
{
"name": "hashed",
"version": "1.0.0",
"description": "A personal pantry/grocery list app with added recipes to simplify your shopping process.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./app.js",
"start": "node ./app.js",
"web": "node ./app.js"
},
"keywords": [],
"author": "Brittani Ericksen, Eric Schorling, Matthew Everett, Ryan Schniederjan",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-es6-template-engine": "^2.2.3",
"express-session": "^1.17.1",
"helmet": "^4.1.1",
"morgan": "^1.10.0",
"pg-promise": "^10.6.1",
"session-file-store": "^1.4.0"
}
}