I will look into adding an option for that when I get a chance.
To enable anonymous people to view the member list change this in Web.config:
<add key="RolesThatCanViewMemberList" value="Authenticated Users" />
to this:
<add key="RolesThatCanViewMemberList" value="All Users" />
Hope it helps,
Joe