http-metrics
Version:
The metrics of the HTTP/HTTPS request process
47 lines (46 loc) • 966 B
JSON
{
"name": "http-metrics",
"version": "0.1.0",
"description": "The metrics of the HTTP/HTTPS request process",
"main": "index.js",
"scripts": {
"test": "make test",
"lint": "make lint",
"test-cov": "make test-cov"
},
"author": "taevas <taevas@qq.com> (taevas.space)",
"license": "MIT",
"engines": {
"node": ">=4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zyvas/http-metrics.git"
},
"keywords": [
"namelookup",
"time_namelookup",
"connect",
"time_connect",
"SSL",
"time_appconnect",
"TTFB",
"time_starttransfer",
"download_time",
"time_total"
],
"bugs": {
"url": "https://github.com/zyvas/http-metrics/issues"
},
"dependencies": {
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"istanbul": "^0.4.3",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"should": "^8.3.1"
}
}