Files
red_de_investigacion/package.json
T
2021-05-31 12:31:13 -05:00

28 lines
636 B
JSON

{
"name": "red_de_invesitgacion",
"version": "1.0.0",
"description": "back-end del proyecto de red de investigacion",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://repositorio.acatlan.unam.mx/danielGe/red_de_investigacion.git"
},
"keywords": [
"redDeInvestigacion"
],
"author": "Daniel George",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.7",
"cors": "^2.8.5",
"express": "^4.17.1",
"mssql": "^6.0.1",
"mysql": "^2.18.1",
"ngrok": "^3.2.5",
"pdfkit": "^0.11.0"
}
}