Files
AsineApi/package.json
T

28 lines
632 B
JSON
Raw Normal View History

2020-09-18 04:59:21 -05:00
{
"name": "asineapi",
"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/AsineApi.git"
},
"author": "Daniel Ramirez George",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
2020-09-27 02:03:48 -05:00
"connect-busboy": "0.0.2",
2020-09-18 04:59:21 -05:00
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
2020-09-27 02:03:48 -05:00
"multer": "^1.4.2",
2020-09-18 04:59:21 -05:00
"mysql": "^2.18.1",
"nodemailer": "^6.4.11",
"randomstring": "^1.1.5"
}
}