mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 00:36:26 +10:00
39 lines
947 B
JSON
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"
|
|
}
|
|
} |