npm install app-requireapp-require
===========
customized require for app. For sharing libs and easier to require with long relative path, ie ../.., easier to restructure code.
root Default path, should be absolute path, if not set this will assume the current working directorypath path to lib folder, that is {path}/lib, default to root above.path path to config folder, that is {path}/config, default to root above.id module id/name or relative pathpath path to load the id above, default to root above.-approot/
----server.js
----/config/
----/lib/
....