{ "name": "benchmark", "version": "2.1.4", "description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.", "homepage": "https://benchmarkjs.com/", "license": "MIT", "main": "benchmark.js", "keywords": "benchmark, performance, speed", "author": "Mathias Bynens (https://mathiasbynens.be/)", "contributors": [ "Mathias Bynens (https://mathiasbynens.be/)", "John-David Dalton (http://allyoucanleet.com/)", "Kit Cambridge (http://kitcambridge.be/)" ], "repository": "bestiejs/benchmark.js", "scripts": { "doc": "docdown benchmark.js doc/README.md style=github title=\"Benchmark.js v${npm_package_version}\" toc=categories url=https://github.com/bestiejs/benchmark.js/blob/${npm_package_version}/benchmark.js", "test": "node test/test" }, "dependencies": { "lodash": "^4.17.4", "platform": "^1.3.3" }, "devDependencies": { "coveralls": "^2.12.0", "docdown": "~0.7.2", "istanbul": "0.4.5", "qunit-extras": "^3.0.0", "qunitjs": "^2.2.1", "requirejs": "^2.3.3" }, "files": [ "benchmark.js" ] }