-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
43
44
45
46
47
48
{
"name": "food-forward",
"version": "1.0.0",
"description": "## **_Table of contents_** * [Description of the project](#description-of-the-project) * [Technologies used](#technologies-used) * [Usage](#usage) * [Installation](#installation) * [Link URL to GitHub Repository](#link-URL-to-GitHub-repository) * [Link URL of deployed app to Heroku](#link-URL-of-deployed-app-to-Heroku)",
"engines": {
"node": "14.x"
},
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js",
"seed": "node seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Noemiegrau/food-forward.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Noemiegrau/food-forward/issues"
},
"homepage": "https://github.com/Noemiegrau/food-forward#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"bootstrap": "^5.0.1",
"connect-session-sequelize": "^7.1.1",
"cookies": "^0.8.0",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"handlebars-helpers": "^0.10.0",
"jest": "^26.6.3",
"js-cookie": "^2.2.1",
"multiparty": "^4.2.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.1",
"path": "^0.12.7",
"router": "^1.3.5",
"seed": "^0.4.4",
"sequelize": "^6.6.2"
},
"devDependencies": {},
"keywords": []
}