UNPKG

880 BJSONView Raw
1{
2 "name": "network-diagnostics",
3 "version": "0.3.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 "test"
26 ],
27 "author": "Nate Watson <natewatson999@gmail.com>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/natewatson999/network-diagnostics/issues"
31 },
32 "homepage": "https://github.com/natewatson999/network-diagnostics",
33 "dependencies": {
34 "ping": "^0.1.9",
35 "native-dns": "^0.7.0",
36 "imap-simple": "^1.3.2"
37 },
38 "devDependencies": {}
39}