Se añaden paquetes de ayuda javascript
Showing
| ... | ... | @@ -3,6 +3,7 @@ |
| "version": "1.1.0", | ||
| "description": "Endpoints para obtencion de datos relacionados al proyecto de mcafee-territorios", | ||
| "main": "index.js", | ||
| "repository": "http://gitlab.gearlabs.cl/cdiaz/node-rest-api-mcafee.git", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| ... | ... | @@ -15,6 +16,8 @@ |
| "express-basic-auth": "^1.2.0", | ||
| "express-useragent": "^1.0.15", | ||
| "joi": "^17.2.1", | ||
| "mysql": "^2.18.1" | ||
| "mongoose": "^5.10.9", | ||
| "mysql": "^2.18.1", | ||
| "underscore": "^1.11.0" | ||
| } | ||
| } |
Please register or sign in to comment