Files

32 lines
731 B
JSON
Raw Permalink Normal View History

2020-08-11 12:40:56 -05:00
{
"name": "portalapi",
"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/PortalApi.git"
},
"author": "George",
"license": "ISC",
"dependencies": {
2021-01-11 23:23:32 -06:00
"bcrypt": "^5.0.0",
2020-08-11 12:40:56 -05:00
"connect-busboy": "0.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
2021-01-07 23:57:29 -06:00
"express-fileupload": "^1.2.0",
2021-01-11 23:23:32 -06:00
"jsonwebtoken": "^8.5.1",
2021-01-11 03:18:44 -06:00
"multer": "^1.4.2",
2020-08-11 12:40:56 -05:00
"mysql": "^2.18.1",
2020-08-14 00:33:27 -05:00
"node-xlsx": "^0.15.0",
2020-10-13 20:43:13 -05:00
"nodemailer": "^6.4.13",
"read-excel-file": "^4.0.7",
"sendmail": "^1.6.1"
2020-09-15 00:10:22 -05:00
},
"devDependencies": {}
2020-08-11 12:40:56 -05:00
}