-
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) · 1.09 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.09 KB
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": "fuel-database",
"version": "1.0.0",
"description": "We are creating an application for a construction company’s internal use in order to organize and log into a database the company’s fuel inventory and consumption.",
"main": "\u001b: \"node server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corielynch/fuel-database.git"
},
"author": "Corie Lynch, Kathleen Yoannon, Austin Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/corielynch/fuel-database/issues"
},
"homepage": "https://github.com/corielynch/fuel-database#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^6.3.3"
}
}