re
Version:
Do it again, after a bit.
18 lines (17 loc) • 427 B
JSON
{
"name": "re",
"description": "Do it again, after a bit.",
"version": "0.1.4",
"main": "./lib/re",
"keywords": ["utility", "retry", "exponential backoff", "linear backoff"],
"repository":{
"type": "git",
"url" : "https://github.com/waylonflinn/re.git"
},
"bugs": "https://github.com/waylonflinn/re/issues",
"author": "Waylon Flinn <waylonflinn@gmail.com>",
"engines":{
"node": ">=0.6"
},
"license": "MIT"
}