mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-14 15:25:52 +10:00
Add Benchmark.js v0.3.0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+8
File diff suppressed because one or more lines are too long
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "benchmark",
|
||||
"version": "0.3.0",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"email": "mathias@benchmarkjs.com",
|
||||
"web": "http://mathiasbynens.be/"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "John-David Dalton",
|
||||
"email": "john@fusejs.com",
|
||||
"web": "http://allyoucanleet.com/"
|
||||
},
|
||||
{
|
||||
"name": "Mathias Bynens",
|
||||
"email": "mathias@benchmarkjs.com",
|
||||
"web": "http://mathiasbynens.be/"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
"email": "bugs@benchmarkjs.com",
|
||||
"url": "https://github.com/bestiejs/benchmark.js/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bestiejs/benchmark.js.git"
|
||||
},
|
||||
"engines": [
|
||||
"node",
|
||||
"rhino"
|
||||
],
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"test": "tests"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user