updated to ES6 (passes current hapi linting standards)
glue and manifest added.
refactored how hapi-auth-basic loads using glue.
university-auth created to register hapi-auth-basic strategy.
server.dependency([], after); configured
Ex) private resource uses dependency after logic ensuring the
'UniversityAuth' loads first before private plugin.
home resource created in new plugin named home.
home depends on inert, vision, and handlebars.
100% test coverage.
added new .eslintrc allowing some shadow variables to pass.
Ex) private resource uses dependency after logic ensuring the 'UniversityAuth' loads first before private plugin.