load-deps
Just load devDependencies of the current project or any other dependencies. Useful for any node.js app that needs to load plugins from node_modules. 15-20x times faster alternative to [load-plugins][] and [gulp-load-plugins][].
dirquire
Load multiple modules from a given directory with filtering capabilities and exception handling decreasing the number of manually-loaded modules.