Hi, I've taken a look at the devel branch. If I understand correctly you're aiming to modularize the components using common.js/node syntax and build them together using browserify.
We've worked with browserify in the last 3 months and we have decided to refactor all of our components to AMD module with require.js, because it's a lot more flexible. You don't have a mandatory build step, the code is much more testable and you can still bundle everything together into one file for deployment. Node.js support also works great using amdefine: http://requirejs.org/docs/node.html#3 If I may, I would like to propose refactoring to AMD and will gladly do the work if everyone is ok with it. Kind regards, Tankred _______________________________________________ http://openpgpjs.org Subscribe/unsubscribe: http://list.openpgpjs.org

