Files
coloquio_api/package.json
T
2020-03-20 02:31:06 -06:00

31 lines
683 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",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"fs": "0.0.1-security",
"mysql": "^2.18.1",
"nodemon": "^2.0.2",
"pdfkit": "^0.11.0",
"qr-image": "^3.2.0",
"randomstring": "^1.1.5",
"sendmail": "^1.6.1"
}
}