Files
cdnjs/ajax/libs/benchmark/package.json
T
2012-06-16 13:51:28 +10:00

39 lines
947 B
JSON

{
"name": "benchmark",
"version": "0.3.0",
"filename": "benchmark.min.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/",
"main": "benchmark",
"keywords": [
"benchmark",
"node",
"narwhal",
"performance",
"ringo",
"speed"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"contributors": [
{
"name": "John-David Dalton",
"email": "john@fusejs.com",
"web": "http://allyoucanleet.com/"
},
{
"name": "Mathias Bynens",
"email": "mathias@benchmarkjs.com",
"web": "http://mathiasbynens.be/"
}
],
"bugs": "https://github.com/bestiejs/benchmark.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/bestiejs/benchmark.js.git"
}
}