polly-js
Version:
Transient exception handling
27 lines (26 loc) • 467 B
JSON
{
"name": "polly-js",
"description": "Transient exception handling",
"main": "src/polly.js",
"authors": [
"Maurice de Beijer"
],
"license": "MIT",
"keywords": [
"transient",
"exception",
"handling",
"error",
"try",
"catch",
"promise"
],
"homepage": "https://github.com/mauricedb/polly-js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}