UNPKG

jmeter-statistics

Version:
35 lines (34 loc) 721 B
{ "name": "jmeter-statistics", "version": "1.1.0", "description": "analyse jmeter jtl files", "bin": { "jmeter-statistics": "bin/jmeter-statistics" }, "scripts": { "test": "lab -c" }, "repository": { "type": "git", "url": "git+https://github.com/roylines/jmeter-statistics.git" }, "keywords": [ "jmeter", "jtl", "statistics" ], "author": "Roy Lines", "license": "ISC", "bugs": { "url": "https://github.com/roylines/jmeter-statistics/issues" }, "homepage": "https://github.com/roylines/jmeter-statistics#readme", "dependencies": { "split": "^1.0.0" }, "devDependencies": { "chai": "^3.4.1", "lab": "*", "memory-streams": "^0.1.0" } }