UNPKG

ngx-network

Version:

get and tracking the network speed with simplest way ever

42 lines 1.13 kB
{ "name": "ngx-network", "version": "1.0.1", "description": "get and tracking the network speed with simplest way ever", "repository": { "type": "git", "url": "git+https://github.com/mahmoudshahin1111/ngx-network.git" }, "keywords": [ "ngx-network", "angular", "ngx", "network-test", "network-speed", "test-internet-speed" ], "author": { "name": "Mahmoud Shahin", "email": "mahmoudshahin1111@gmail.com", "url": "https://www.mahmoudshahin.net/" }, "license": "MIT", "bugs": { "url": "https://github.com/mahmoudshahin1111/ngx-network/issues", "email": "mahmoudshahin1111@gmail.com" }, "homepage": "https://github.com/mahmoudshahin1111/ngx-network#readme", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0" }, "dependencies": { "tslib": "^2.2.0" }, "main": "bundles/ngx-network.umd.js", "module": "fesm2015/ngx-network.js", "es2015": "fesm2015/ngx-network.js", "esm2015": "esm2015/ngx-network.js", "fesm2015": "fesm2015/ngx-network.js", "typings": "ngx-network.d.ts", "sideEffects": false }