-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 943 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "aws-serverless-retry",
"version": "3.3.3",
"description": "Simple library to retry or poll your payload using SNS, SQS and Lambda",
"main": "index.js",
"scripts": {
"test": "nodeunit test",
"codecov": "istanbul cover node_modules/nodeunit/bin/nodeunit test && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atlantishealthcare/aws-serverless-retry.git"
},
"keywords": [
"aws",
"serverless",
"retry",
"sns"
],
"author": "Pradeep Vattikuti",
"license": "MIT",
"bugs": {
"url": "https://github.com/atlantishealthcare/aws-serverless-retry/issues"
},
"homepage": "https://github.com/atlantishealthcare/aws-serverless-retry#readme",
"dependencies": {
"aws-sdk": "^2.141.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"codecov": "^2.3.1",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"nodeunit": "^0.11.1"
}
}