- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
22 lines (22 loc) · 478 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 478 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "desafio-mi-gestion-de-cursos",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"jquery": "^3.6.0",
"pg": "^8.7.3"
},
"devDependencies": {},
"description": ""
}