UNPKG

995 BJSONView Raw
1{
2 "name": "network-diagnostics",
3 "version": "0.5.1",
4 "description": "Performs diagnostics on the network to determine network problems.",
5 "main": "diagnostics.js",
6 "scripts": {
7 "test": "node diagnosticsTester.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/natewatson999/network-diagnostics"
12 },
13 "keywords": [
14 "network",
15 "diagnostics",
16 "http",
17 "https",
18 "dns",
19 "IPv4",
20 "IPv6",
21 "ping",
22 "failure",
23 "imap",
24 "imaps",
25 "pop",
26 "pops",
27 "NTP",
28 "test"
29 ],
30 "author": "Nate Watson <natewatson999@gmail.com>",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/natewatson999/network-diagnostics/issues"
34 },
35 "homepage": "https://github.com/natewatson999/network-diagnostics",
36 "dependencies": {
37 "ping": "^0.1.10",
38 "native-dns": "^0.7.0",
39 "imap-simple": "^1.5.0",
40 "poplib": "^0.1.7",
41 "ntp-client": "^0.5.3"
42 },
43 "devDependencies": {}
44}