forked from bestiejs/benchmark.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1004 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "benchmark",
"version": "1.0.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/",
"license": "MIT",
"main": "benchmark.js",
"keywords": ["benchmark", "performance", "speed"],
"author": "Mathias Bynens <[email protected]> (http://mathiasbynens.be/)",
"contributors": [
"Mathias Bynens <[email protected]> (http://mathiasbynens.be/)",
"John-David Dalton <[email protected]> (http://allyoucanleet.com/)",
"Kit Cambridge <[email protected]> (http://kitcambridge.be/)"
],
"bugs": "https://github.com/bestiejs/benchmark.js/issues",
"repository": { "type": "git", "url": "https://github.com/bestiejs/benchmark.js.git" },
"dependencies": {
"lodash": "~2.4.1",
"platform": "~1.0.0"
},
"engines": [
"node",
"rhino"
],
"files": [
"LICENSE.txt",
"benchmark.js"
]
}