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