Files

33 lines
740 B
JSON
Raw Permalink Normal View History

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",
2020-03-20 02:31:06 -06:00
"fs": "0.0.1-security",
2020-03-24 02:44:59 -06:00
"gmail-send": "^1.8.10",
2020-03-20 02:31:06 -06:00
"mysql": "^2.18.1",
2020-03-24 02:44:59 -06:00
"nodemailer": "^6.4.6",
2020-03-20 02:31:06 -06:00
"nodemon": "^2.0.2",
"pdfkit": "^0.11.0",
"qr-image": "^3.2.0",
2020-02-14 20:13:18 -06:00
"randomstring": "^1.1.5",
"sendmail": "^1.6.1"
2020-02-11 20:37:54 -06:00
}
}