autocannon-reporter
Version:
A tool for creating html reports for autocannon
52 lines (51 loc) • 1.17 kB
JSON
{
"name": "autocannon-reporter",
"version": "1.1.0",
"description": "A tool for creating html reports for autocannon",
"main": "index.js",
"bin": {
"autocannon-reporter": "index.js"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "lab -l --ignore Document,Node,Element,Comment,Text,document",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thekemkid/autocannon-reporter.git"
},
"keywords": [
"graph",
"html",
"autocannon"
],
"author": "Glen Keane <glenkeane.94@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thekemkid/autocannon-reporter/issues"
},
"homepage": "https://github.com/thekemkid/autocannon-reporter#readme",
"devDependencies": {
"code": "^3.0.1",
"lab": "^10.8.2",
"pre-commit": "^1.1.2",
"standard": "^7.1.2 "
},
"pre-commit": [
"lint",
"test"
],
"dependencies": {
"flexboxgrid": "^6.3.0",
"hyperscript": "^1.4.7",
"hyperx": "^2.0.4",
"minimist": "^1.2.0",
"moment": "^2.14.1",
"ndjson": "^1.4.3",
"pretty-bytes": "^3.0.1",
"steed": "^1.1.3"
}
}