stubbornizeasync
Version:
Helper for making an async function stubborn (retry the operation on failure)
32 lines (31 loc) • 754 B
JSON
{
"name": "stubbornizeasync",
"version": "0.1.0",
"description": "Helper for making an async function stubborn (retry the operation on failure)",
"main": "lib/stubbornizeAsync.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"mocha": "=1.7.3",
"expect.js": "=0.2.0"
},
"scripts": {
"prepublish": "mocha",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/papandreou/stubbornizeasync.git"
},
"keywords": [
"stubborn",
"error",
"failure",
"tolerance",
"async"
],
"author": "Andreas Lind Petersen <andreas@one.com>",
"license": "BSD"
}