gulp.task("validate-package-json", "Validate the package.json file", () =>{
    return utils.plumbedSrc(config.files.packageJSON)
        .pipe(packageJsonValidator());
});