-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 977 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
37
38
39
40
41
42
43
44
45
{
"name": "network-diagnostics",
"version": "0.5.3",
"description": "Performs diagnostics on the network to determine network problems.",
"main": "diagnostics.js",
"scripts": {
"test": "node diagnosticsTester.js"
},
"repository": {
"type": "git",
"url": "https://github.com/natewatson999/network-diagnostics"
},
"keywords": [
"network",
"diagnostics",
"http",
"https",
"dns",
"IPv4",
"IPv6",
"ping",
"failure",
"imap",
"imaps",
"pop",
"pops",
"NTP",
"test"
],
"author": "Nate Watson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/natewatson999/network-diagnostics/issues"
},
"homepage": "https://github.com/natewatson999/network-diagnostics",
"dependencies": {
"ping": "^0.1.10",
"native-dns": "^0.7.0",
"imap-simple": "^1.5.0",
"poplib": "^0.1.7",
"ntp-client": "^0.5.3",
"speedconcat": "^1.0.2"
},
"devDependencies": {}
}