{
  "name": "request-repeat",
  "version": "0.0.7",
  "description": "request-promise-native wrapper with retries",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js",
    "test-travis": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec --check-leaks test/",
    "test-coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec --check-leaks test/"
  },
  "keywords": [
    "request",
    "request-promise",
    "promise",
    "retry"
  ],
  "author": "Kobi Carmeli",
  "license": "ISC",
  "dependencies": {
    "lodash": "^4.17.4",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5",
    "retry-as-promised": "^2.3.1"
  },
  "devDependencies": {
    "bluebird": "^3.5.1",
    "eslint": "^4.7.2",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "should": "^13.1.2",
    "sinon": "^4.0.1"
  }
}
