Update `main` path and thisArg
This package could not be required because the main path in package.json was set to index.js (which does not exist). Change the main path to be lib/main.js.
Further, when used with io.js v2.4, the reference to this is lost inside of lodash iterator functions. Explicitly specify that this is to be used as thisArg.