If you want to make specific libraries or helpers available through nodejs's
require-system, you just have to create a lib-folder in your application or
plugin folder.
Before the application bootstraps these lib-folders will be added to
require.path and the lib/index.js will be executed, if available.