quitar la cosa que intalo arturo que estab mal

This commit is contained in:
DanielRamirezGe
2020-02-25 21:00:36 -06:00
parent d7f1cb2c9b
commit 18c155e6ac
+24 -25
View File
@@ -1,26 +1,25 @@
{ {
"name": "asinea-api", "name": "asinea-api",
"version": "1.0.0", "version": "1.0.0",
"description": "Api para el evento de arquitectura", "description": "Api para el evento de arquitectura",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://repositorio.acatlan.unam.mx/danielGe/ASINEA-API.git" "url": "https://repositorio.acatlan.unam.mx/danielGe/ASINEA-API.git"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"bcrypt": "^4.0.0", "bcrypt": "^4.0.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-fileupload": "^1.1.6", "express-fileupload": "^1.1.6",
"node-wget": "^0.4.3", "pdfkit": "^0.11.0",
"pdfkit": "^0.11.0", "qr-image": "^3.2.0",
"qr-image": "^3.2.0", "sendmail": "^1.6.1"
"sendmail": "^1.6.1" }
} }
}