-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 896 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 896 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
31
32
33
34
35
36
37
38
39
{
"name": "modclean-benchmark",
"version": "2.0.0",
"description": "Benchmarking utility for ModClean",
"bin": {
"modclean-benchmark": "./bin/benchmark.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ModClean/modclean-benchmark.git"
},
"keywords": [
"modclean",
"benchmark",
"module",
"cleanup"
],
"author": "Kyle Ross",
"license": "MIT",
"bugs": {
"url": "https://github.com/ModClean/modclean-benchmark/issues"
},
"homepage": "https://github.com/ModClean/modclean-benchmark",
"dependencies": {
"async": "^2.1.4",
"chalk": "^1.1.3",
"cli-table2": "^0.2.0",
"commander": "^2.9.0",
"dev-null": "^0.1.1",
"du": "^0.1.0",
"fs-extra": "^1.0.0",
"humanize": "0.0.9",
"modclean": "^2.0.0",
"moment": "^2.17.1",
"node-dir": "^0.1.6",
"npm": "^4.0.5",
"ora": "^0.4.1"
}
}