Another Promise implementation. Inspired by [lie](https://github.com/calvinmetcalf/lie).
Another Promise/A+ implementation, inspired by lie.
npm install appoint
var Promise = require('appoint');
// or use the pollyfill
require('appoint/polyfill');
MIT