Se añaden cambios estructurales de la aplicacion
Showing
config/constants.js
deleted
100644 → 0
config/default.json
0 → 100644
config/development.json
0 → 100644
config/parameters.js
deleted
100644 → 0
config/production.json
0 → 100644
logger_modules/logger.js
0 → 100644
| ... | @@ -11,13 +11,19 @@ | ... | @@ -11,13 +11,19 @@ |
| "author": "", | "author": "", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "app-root-path": "^3.0.0", | |||
| "basic-auth": "^2.0.1", | "basic-auth": "^2.0.1", | ||
| "config": "^3.3.2", | |||
| "express": "^4.17.1", | "express": "^4.17.1", | ||
| "express-basic-auth": "^1.2.0", | "express-basic-auth": "^1.2.0", | ||
| "express-useragent": "^1.0.15", | "express-useragent": "^1.0.15", | ||
| "joi": "^17.2.1", | "joi": "^17.2.1", | ||
| "log": "^6.0.0", | |||
| "log-node": "^7.0.0", | |||
| "mongoose": "^5.10.9", | "mongoose": "^5.10.9", | ||
| "mysql": "^2.18.1", | "mysql": "^2.18.1", | ||
| "underscore": "^1.11.0" | "underscore": "^1.11.0", | ||
| "winston": "^3.3.3", | |||
| "winston-daily-rotate-file": "^4.5.0" | |||
| } | } | ||
| } | } |
public/readme.txt
0 → 100644
Please register or sign in to comment