-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 969 Bytes
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
37
38
39
40
{
"name": "system-healthcheck",
"version": "1.2.9",
"description": "System Healthcheck Module",
"main": "./src/healthcheck.js",
"scripts": {
"test": "mocha 'src/**/*.tests.js' --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisHAdams/system-healthcheck.git"
},
"keywords": [
"System Healthcheck",
"Health-check",
"health check",
"check web pages",
"check web services",
"check servers",
"check databases"
],
"author": "Chris Adams",
"license": "ISC",
"dependencies": {
"config": "^1.31.0",
"express": "^4.16.4",
"nodemailer": "^4.7.0",
"ping": "^0.2.2",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"bugs": {
"url": "https://github.com/ChrisHAdams/system-healthcheck/issues"
},
"homepage": "https://github.com/ChrisHAdams/system-healthcheck#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}