-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 977 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 977 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
40
41
42
43
44
45
46
47
{
"name": "gimme-stat",
"version": "3.4.9",
"engines": {
"node": ">=8.9.1"
},
"preferGlobal": true,
"description": "Simple tool for git repositories to generate progress statistic.",
"main": "index.js",
"scripts": {},
"author": "Ilya Mokin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gbitcode/gimme-stat.git"
},
"keywords": [
"git",
"statistics",
"stats",
"analytics",
"grading",
"chart",
"commits",
"table",
"period",
"simple",
"multi",
"multiple"
],
"homepage": "https://gimme-stat.gbitcode.com",
"bin": {
"gimme-stat": "index.js"
},
"dependencies": {
"cli-table": "github:ladamashina/cli-table#0.3.1a",
"convict": "^6.2.3",
"git-cmd": "^0.2.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"twix": "^1.2.1"
},
"bugs": {
"url": "https://github.com/gbitcode/gimme-stat/issues"
},
"devDependencies": {}
}