https://github.com/warpdesign/Standalone-Deferred (implementation of jQuery's Deferred API in a standalone form, doesn't include tests but seems to work)
https://github.com/unscriptable/promises (not compat with CJS Promises/A)
https://github.com/briancavalier/when.js
*jQuery of course also includes an implementation of Deferreds.