We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f1094 commit 08776d4Copy full SHA for 08776d4
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "exponential-backoff",
3
+ "version": "1.0.0",
4
+ "description": "A utility that allows retrying a function with an exponential delay between attempts.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "npm test"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/coveo/exponential-backoff.git"
12
13
+ "keywords": [
14
+ "exponential",
15
+ "backoff",
16
+ "retry"
17
+ ],
18
+ "author": "Sami Sayegh",
19
+ "license": "MIT",
20
+ "bugs": {
21
+ "url": "https://github.com/coveo/exponential-backoff/issues"
22
23
+ "homepage": "https://github.com/coveo/exponential-backoff#readme"
24
+}
0 commit comments