@doc module
@name node
@description These are all nodejs packages, npm dependencies

@doc function
@name node.class:q
@description Q is an aysnchronous library that manages asynchronous workflows via promises

@doc function
@name node.class:qq
@description QQ is an extension of the Q aysnchronous library. Mostly the "deep" method is used.

@doc function
@name node.class:q-fs
@description This is a Q wrapped version of the native fs (filesystem) library. It allows for easier management of the anysnchronous filesystem calls.

@doc function
@name node.class:colors
@description Colors provides prototype enhancment to the String type. It allows quick ways of appending color codes to strings in node.js for easy methods of colorizing console output.

@doc function
@name node.class:node-extend
@description Mimics jQuery's extend method. This helps us merge defaults in with new configurations.

@doc function
@name node.class:fs
@description The native filesystem "fs" library allows us to check for when files exist synchronously.
