forked from Sparklane/aws-internal-healthcheck
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 839 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
{
"name": "aws-internal-healthcheck",
"version": "0.1.0",
"description": "Perform healthchecks on private IP or private FQDN (Private Route53). Healthchecks status are pushed to Cloudwatch custom metrics.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sparklane/aws-internal-healthcheck.git"
},
"keywords": [
"aws",
"internal",
"healthcheck",
"route53",
"cloudwatch"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sparklane/aws-internal-healthcheck/issues"
},
"homepage": "https://github.com/Sparklane/aws-internal-healthcheck#readme",
"dependencies": {
"aws-sdk": "^2.215.1",
"follow-redirects": "^1.4.1"
}
}