fast-speed-test
Version:
Uses Netflix's Fast.com infrastructure to measure network speed
34 lines (33 loc) • 821 B
JSON
{
"name": "fast-speed-test",
"version": "1.1.0",
"description": "Uses Netflix's Fast.com infrastructure to measure network speed",
"main": "compiled/src/index.js",
"types": "compiled/src/index.d.ts",
"scripts": {
"build": "node node_modules/typescript/bin/tsc",
"test": "node node_modules/mocha/bin/mocha compiled/test/"
},
"bin": {
"speed-test": "./compiled/src/cli.js"
},
"dependencies": {},
"author": "Jason 'Toolbox' Oettinger <jason@oettinger.email>",
"license": "MIT",
"repository": "github:thetoolbox/node-fast-speed-test",
"devDependencies": {
"@types/mocha": "^2.2.46",
"@types/node": "^8.5.9",
"mocha": "^3.3.0",
"typescript": "^2.6.2"
},
"keywords": [
"speedtest",
"speed",
"network",
"test",
"fast",
"mbps",
"kbps"
]
}