UNPKG

715 BJSONView Raw
1{
2 "name": "network-diagnostics",
3 "version": "0.1.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 "failure",
22 "test"
23 ],
24 "author": "Nate Watson <natewatson999@gmail.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/natewatson999/network-diagnostics/issues"
28 },
29 "homepage": "https://github.com/natewatson999/network-diagnostics"
30}