Files
jornada-laboral-api/package.json
T
2019-09-28 18:44:34 -05:00

28 lines
710 B
JSON

{
"name": "jornada-laboral-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/jornada-laboral-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"mysql-promise": "^5.0.0",
"pdfkit": "^0.10.0",
"promise-mysql": "^4.1.0",
"qr-image": "^3.2.0",
"qrcode-generator": "^1.4.4",
"voilab-pdf-table": "^0.5.0"
}
}