module.exports = function()

in lib/parser.js [87:89]


module.exports = function (project) {
    return new Parser(project);
};