It seems in v0.1.4 the code uses path.existsSync which is not in modern node core API. The code in the master branch after that has already been changed back to fs.existsSync which is deprecated in modern node (currently we're at v4.2.1 or so), but at least it's there and still works. Would you consider publishing the current master branch as v0.1.6 on npm?