{
  "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 <mathias@qiwi.be> (https://mathiasbynens.be/)",
  "contributors": [
    "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)",
    "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
    "Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)"
  ],
  "repository": "bestiejs/benchmark.js",
  "scripts": {
    "doc": "docdown benchmark.js doc/README.md style=github title=\"<a href=\\\"https://benchmarkjs.com/\\\">Benchmark.js</a> <span>v${npm_package_version}</span>\" 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"
  ]
}
