-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.45 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "auto-upb",
"version": "1.0.0",
"description": "Repository for a university project",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "nodemon run src",
"start": "node src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilviaPabon/AUTO-UPB.git"
},
"keywords": [
"node",
"javascript",
"npm",
"ejs",
"Sass",
"express",
"web-development",
"networks",
"project-management",
"database"
],
"author": "",
"contributors": [
{
"name": "Silvia Pabon",
"url": "https://github.com/SilviaPabon"
},
{
"name": "Pedro Chaparro",
"url": "https://github.com/PedroChaparro"
},
{
"name": "Diego Angulo",
"url": "https://github.com/diegoaach"
},
{
"name": "Daniel Cadena",
"url": "https://github.com/danielcadena02"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/SilviaPabon/AUTO-UPB/issues"
},
"homepage": "https://github.com/SilviaPabon/AUTO-UPB#readme",
"dependencies": {
"bcryptjs": "2.4.3",
"connect-flash": "0.1.1",
"dotenv": "14.3.2",
"ejs": "3.0.2",
"express": "4.17.2",
"express-mysql-session": "2.1.7",
"express-session": "1.17.2",
"morgan": "1.10.0",
"mysql": "2.18.1",
"passport": "0.5.2",
"passport-local": "1.0.0"
},
"devDependencies": {
"eslint": "8.8.0",
"nodemon": "2.0.15"
}
}