penkki
Version:
Benchmark one or more commands, get a rad visualization.
38 lines (37 loc) • 865 B
JSON
{
"name": "penkki",
"bin": "penkki.js",
"version": "0.5.3",
"description": "Benchmark one or more commands, get a rad visualization.",
"main": "penkki.js",
"keywords": [
"benchmark",
"visualization",
"performance",
"utility",
"command line"
],
"author": "Eero Helenius",
"license": "Apache-2.0",
"dependencies": {
"babyparse": "^0.4.3",
"bars": "github:jstrace/bars",
"chalk": "^1.1.1",
"chart": "github:jstrace/chart",
"cheerio": "^0.19.0",
"command-line-args": "^2.1.3",
"ramda": "^0.18.0",
"sparkly": "^2.0.1"
},
"repository": "https://github.com/eerohele/penkki",
"devDependencies": {
"eslint": "^1.10.3",
"mocha": "^2.3.4",
"simple-mock": "^0.5.0",
"sleep": "^3.0.0"
},
"scripts": {
"preversion": "mocha && ./test.sh",
"test": "mocha && ./test.sh"
}
}