UNPKG

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