jquery.maskedinput packaged for Meteor
mrt add jquery.maskedinput
Template.YOUR_TEMPLATE.rendered = function () {
$("input#phone").mask("(999) 999-9999");
}
jquery.maskedinput was created by John Bush. The documentation for jquery.maskedinput can be found here.