songkick/promise-retry

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@songkick/promise-retry",
  "version": "1.2.1",
  "description": "Retry a function until its returned promise succeeds",
  "repository": {
    "type": "git",
    "url": "https://github.com/songkick/promise-retry.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "tap test.js --cov  --coverage-report=lcov",
    "report-coverage": "codeclimate-test-reporter < coverage/lcov.info"
  },
  "keywords": [
    "promise",
    "async",
    "retry"
  ],
  "author": "Arnaud Rinquin",
  "license": "MIT",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.1.1",
    "tap": "^1.4.1"
  },
  "bugs": {
    "url": "https://github.com/songkick/promise-retry/issues"
  },
  "homepage": "https://github.com/songkick/promise-retry",
  "dependencies": {}
}