2020-02-11 20:37:54 -06:00
|
|
|
{
|
|
|
|
|
"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": {
|
2020-02-12 21:28:28 -06:00
|
|
|
"bcrypt": "^3.0.8",
|
2020-02-11 20:37:54 -06:00
|
|
|
"cors": "^2.8.5",
|
2020-02-14 20:40:21 -06:00
|
|
|
"dotenv": "^8.2.0",
|
2020-02-14 17:12:23 -06:00
|
|
|
"express": "^4.17.1",
|
2020-02-14 20:13:18 -06:00
|
|
|
"express-fileupload": "^1.1.6",
|
|
|
|
|
"randomstring": "^1.1.5",
|
|
|
|
|
"sendmail": "^1.6.1"
|
2020-02-11 20:37:54 -06:00
|
|
|
}
|
|
|
|
|
}
|