UNPKG

network-latency

Version:

A small library to check network latency

31 lines (30 loc) 714 B
{ "name": "network-latency", "version": "1.0.1", "description": "A small library to check network latency", "module": "./src/index.js", "main": "./src/index.js", "scripts": { "demo": "npx snowpack dev" }, "repository": { "type": "git", "url": "git+https://github.com/syu93/network-latency.git" }, "keywords": [ "Network", "latency", "Custom", "Element" ], "author": "Syu93 <herve.tutuaku@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/syu93/network-latency/issues" }, "homepage": "https://github.com/syu93/network-latency#readme", "devDependencies": { "snowpack": "^3.8.3" }, "customElements": "custom-elements.json" }