Skip to content

Commit 08776d4

Browse files
committed
adding package.json
1 parent 96f1094 commit 08776d4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)