redo-promise
Version:
Retry a promise, when async function call.
41 lines (40 loc) • 952 B
JSON
{
"name": "redo-promise",
"version": "0.0.1",
"description": "Retry a promise, when async function call.",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "babel src --out-dir lib",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hustcc/redo-promise.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^22.0.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"coveralls": "^3.0.0",
"jest": "^23.5.0"
},
"jest": {
"testRegex": "(/__tests__/.*spec)\\.(js)$",
"testURL": "https://git.hust.cc",
"collectCoverage": true,
"setupFiles": [],
"collectCoverageFrom": [
"src/**/*.{js}"
]
},
"keywords": [
"retry",
"retry-promise",
"redo-promise",
"retry-async"
],
"author": "hustcc",
"license": "ISC"
}