Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
gulp.task('summary', function() {
// If you have no book.json, please add other options.
var options = {
root: "."
};
return summary(options);
});