23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"name": "coloquio_api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://repositorio.acatlan.unam.mx/danielGe/coloquio_api.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^3.0.8",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.6"
|
|
}
|
|
}
|