Files

31 lines
933 B
JSON

{
"name": "benchmark",
"version": "1.0.0",
"filename": "benchmark.js",
"description": "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",
"homepage": "http://benchmarkjs.com/",
"license": "MIT",
"keywords": [
"benchmark",
"performance",
"speed"
],
"author": "Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)",
"contributors": [
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)",
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)"
],
"bugs": "https://github.com/bestiejs/benchmark.js/issues",
"repository": "bestiejs/benchmark.js",
"npmName": "benchmark",
"npmFileMap": [
{
"basePath": "/",
"files": [
"benchmark.js"
]
}
]
}