-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.78 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"version": "0.5.1",
"name": "bench-chain",
"description": "benchmark recording - averages & graphs.",
"main": "src/index",
"scripts": {
"examples": "node example/asyncs && node example/basic && node example/configstore && node example/single",
"test": "ava --verbose",
"docs": "jsdoc"
},
"todoDependencies": {
"fluent-skeleton": "*"
},
"optionalDependencies": {
"microtime": "*"
},
"dependencies": {
"obj-chain-core": "0.0.7",
"obj-chain-plugin-config": "0.0.7",
"benchmark": "2.1.4",
"cli-table2": "^0.2.0",
"flipchain": "*",
"flipfile": "*",
"fliplog": "^0.2.7",
"fliptime": "^3.0.2",
"funwithflags": "*",
"lodash.debounce": "^4.0.8",
"lodash.flatten": "^4.4.0",
"lodash.forown": "^4.4.0",
"script-chain": "*"
},
"devDependencies": {
"ava": "*",
"doxdox": "*",
"fosho": "0.0.12",
"jsdoc": "3.4.3",
"jsdoc-api": "3.0.0",
"jsdoc-babel": "^0.3.0",
"tui-jsdoc-template": "^1.1.0",
"fluent-skeleton": "*"
},
"keywords": [
"benchmark",
"ui",
"average",
"graph",
"time",
"record"
],
"author": "James <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aretecode/bench-chain"
},
"homepage": "https://github.com/aretecode/bench-chain",
"repository": {
"type": "git",
"url": "git+https://github.com/aretecode/bench-chain.git"
},
"jsdocs": {
"source": {
"include": [
"readme.md",
"src"
],
"includePattern": ".+\\.js(doc)?$"
},
"opts": {
"recurse": true,
"destination": "./jsdocs",
"template": "node_modules/tui-jsdoc-template",
"package": "package.json"
},
"plugins": [
"node_modules/jsdoc-babel",
"plugins/markdown"
]
}
}