{ "name": "retry-axios", "version": "0.3.2", "description": "Retry HTTP requests with Axios.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/JustinBeckwith/retry-axios.git" }, "author": { "name": "Justin Beckwith" }, "license": "Apache-2.0", "peerDependencies": { "axios": "*" }, "devDependencies": { "@types/mocha": "^2.2.48", "@types/nock": "^9.1.2", "@types/node": "^9.4.6", "axios": "^0.18.0", "codecov": "^3.0.0", "gts": "^0.5.3", "js-green-licenses": "^0.4.0", "mocha": "^5.0.1", "nock": "^9.1.6", "nyc": "^11.4.1", "source-map-support": "^0.5.3", "typescript": "~2.7.2" }, "files": [ "build/src", "LICENSE", "packge.json", "README.md" ] }