This package doesn't load. At line 3755 in lib/raphael/raphael.js, window.Raphael is undefined. I can't figure out why window.Raphael is not being stored, if Meteor is wiping it from the global namespace or something. Adding an api.export('Raphael', 'client') doesn't help either, it actually makes the whole application fail because then Raphael is undefined. I think there might also be a letter-case error when trying to export Raphael with api.export but I'm not sure.