forked from bestiejs/benchmark.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1017 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1017 Bytes
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
30
{
"name": "benchmark",
"version": "2.0.0-pre",
"description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.",
"homepage": "http://benchmarkjs.com/",
"license": "MIT",
"main": "benchmark.js",
"keywords": "benchmark, performance, speed",
"author": "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)",
"contributors": [
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)",
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)"
],
"repository": "bestiejs/benchmark.js",
"scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" },
"dependencies": {
"lodash-compat": "^3.0.0",
"platform": "^1.3.0"
},
"devDependencies": {
"qunit-extras": "~1.4.0",
"qunitjs": "~1.18.0",
"requirejs": "~2.1.0"
},
"files": [
"benchmark.js",
"nano.jar"
]
}