Merge gulp branch with refactor_enrollments
Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
No related branches found
No related tags found
... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
"cors": "^2.7.1", | "cors": "^2.7.1", | ||
"csv-express": "^1.1.0", | "csv-express": "^1.1.0", | ||
"debug": "~2.0.x", | "debug": "~2.0.x", | ||
"dirty-chai": "^1.2.2", | |||
"express": "^4.13.0", | "express": "^4.13.0", | ||
"faker": "^2.1.5", | "faker": "^2.1.5", | ||
"forever": "^0.15.2", | "forever": "^0.15.2", | ||
... | @@ -44,6 +45,12 @@ | ... | @@ -44,6 +45,12 @@ |
"gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
"gulp-babel": "^6.1.2", | "gulp-babel": "^6.1.2", | ||
"gulp-cli": "^1.2.2", | "gulp-cli": "^1.2.2", | ||
"gulp-eslint": "^3.0.1" | "gulp-eslint": "^3.0.1", | ||
"gulp-file-cache": "0.0.1", | |||
"gulp-mocha": "^3.0.1", | |||
"gulp-nodemon": "^2.1.0", | |||
"gulp-plumber": "^1.1.0", | |||
"gulp-rename": "^1.2.2", | |||
"gulp-uglify": "^2.0.0" | |||
} | } | ||
} | } |