Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of miguelcastillo/spromise

Account's avatar
gruntjs/grunt
The JavaScript Task Runner
Account's avatar
disqus/grunt-mocha
Grunt task for running client-side Mocha specs in PhantomJS
Account's avatar
jmreidy/grunt-browserify
Grunt task for node-browserify
Account's avatar
geddski/grunt-release
Release a new version of your Node-based project

Support the repos that depend on this repository

Top contributors

MiguelCastillo's profile
MiguelCastillo
205 contributions
Mark-Simulacrum's profile
Mark-Simulacrum
23 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
miguelcastillo

miguelcastillo/spromise

Small Promise is an implementation of the promise A+ spec

JavaScript
1
1
MIT License

spromise is a tiny, standards‑compliant implementation of the Promises/A+ specification for JavaScript, providing a lightweight, high‑performance promise library that works in both Node and browsers. It offers the usual static helpers (​`defer`, `resolve`, `reject`, `when`, `all`) and instance methods (`then`, `done`, `fail/catch`, `always`, `delay`, etc.) and is aimed at developers who need a minimal, interoperable promise solution compatible with other libraries such as jQuery’s Deferred.