forked from bestiejs/benchmark.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.26 KB
/
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
30
31
32
33
34
35
{
"name": "benchmark",
"version": "2.1.4",
"description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.",
"homepage": "https://benchmarkjs.com/",
"license": "MIT",
"main": "benchmark.js",
"keywords": "benchmark, performance, speed",
"author": "Mathias Bynens <[email protected]> (https://mathiasbynens.be/)",
"contributors": [
"Mathias Bynens <[email protected]> (https://mathiasbynens.be/)",
"John-David Dalton <[email protected]> (http://allyoucanleet.com/)",
"Kit Cambridge <[email protected]> (http://kitcambridge.be/)"
],
"repository": "bestiejs/benchmark.js",
"scripts": {
"doc": "docdown benchmark.js doc/README.md style=github title=\"<a href=\\\"https://benchmarkjs.com/\\\">Benchmark.js</a> <span>v${npm_package_version}</span>\" toc=categories url=https://github.com/bestiejs/benchmark.js/blob/${npm_package_version}/benchmark.js",
"test": "node test/test"
},
"dependencies": {
"lodash": "^4.17.4",
"platform": "^1.3.4"
},
"devDependencies": {
"coveralls": "^2.13.1",
"docdown": "~0.7.2",
"istanbul": "0.4.5",
"qunit-extras": "^3.0.0",
"qunitjs": "^2.3.3",
"requirejs": "^2.3.3"
},
"files": [
"benchmark.js"
]
}