If you use something like gulp or grunt to 'build' you app to a different directory (say ./build), it fails to find the package.json file because it's not copied to the build directory.
Check lib/health.js line 8. Should probably use process.cwd() in this case.
var pjson = require(process.cwd() + path.sep +'package.json');