UNPKG

oibackoff

Version:

Incremental backoff flow-control for any : fn(function(err, data) { ... });

56 lines (55 loc) 1.17 kB
{ "name": "oibackoff", "description": "Incremental backoff flow-control for any : fn(function(err, data) { ... });", "version": "1.0.1", "author": { "name": "Andrew Chilton", "email": "andychilton@gmail.com", "url": "http://chilts.org/" }, "homepage": "https://github.com/chilts/oibackoff", "contributors": [{ "name": "Andrew Chilton", "email": "andychilton@gmail.com", "web": "http://chilts.org/" },{ "name": "Daniel Stevens", "email": "daniel.stevens@senico.com", "web": "http://senico.com/" }], "devDependencies": { "tap": ">= 0.2.5" }, "dependencies": { "underscore": "~1.3.3" }, "main": "oibackoff.js", "engines": { "node": ">= 0.6.0" }, "repository": { "type": "git", "url": "git://github.com/chilts/oibackoff.git" }, "bugs": { "url": "http://github.com/chilts/oibackoff/issues" }, "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "keywords": [ "function", "backoff", "incremental", "exponentail", "linear", "control flow", "flow" ], "scripts": { "test": "tap test/" } }