Can bluebird be used with meteor in 1.3 with async/await?

Bluebird is a promise library that offers tons of very useful functionality for dealing with promises and works on both the front end and the back end.

This has a lot of possibilities, from co-routines to asynchronous operations with timeouts made super quick and easy to understand; it’s also more largely compatible with node

My question is, can we use async/await syntax with bluebird in 1.3?