-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "micro-benchmark",
"version": "2.0.29",
"description": "Small benchmarking suite.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/f-xyz/micro-benchmark.git"
},
"keywords": [
"benchmark, profiler, performance, node, browser"
],
"author": "f-xyz <[email protected]> (https://github.com/f-xyz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/f-xyz/micro-benchmark/issues"
},
"homepage": "https://github.com/f-xyz/micro-benchmark",
"devDependencies": {
"browserify": "^10.2.4",
"chai": "^3.0.0",
"coffee-script": "^1.9.3",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-spawn-mocha": "^2.0.1",
"gulp-uglify": "^1.2.0",
"istanbul": "^0.3.15",
"lodash": "^3.9.3",
"mocha": "^2.2.5",
"proxyquire": "^1.5.0",
"sinon": "^1.15.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"chalk": "^1.1.0",
"console.table": "^0.4.0",
"easy-table": "^1.0.0",
"tty-table": "^1.0.6"
}
}