-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"name": "bootcamp-project-two",
"version": "1.0.0",
"description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![banner](./assets/rm-banner.jpg) # Back2work - Human Resources scheduling and Organization ## UA Web Coding Bootcamp - Group Project Two ### March 28, 2021",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"sss": "mysql -u bootcamp -p",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^4.0.1",
"connect-session-sequelize": "^6.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"handlebars": "^4.7.3",
"mysql2": "^2.1.0",
"sequelize": "^5.21.5"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vloebel/back2work.git"
},
"bugs": {
"url": "https://github.com/vloebel/back2work/issues"
},
"homepage": "https://github.com/vloebel/back2work#readme"
}