mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 11:22:15 +01:00
Prefer npm global install
This commit is contained in:
parent
3d11cdce44
commit
55434ff76a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
"name": "gitinspector",
|
"name": "gitinspector",
|
||||||
"version": "0.5.0-dev",
|
"version": "0.5.0-dev",
|
||||||
"description": "Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.",
|
"description": "Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.",
|
||||||
|
"preferGlobal": true,
|
||||||
"main": "gitinspector.py",
|
"main": "gitinspector.py",
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "docs",
|
"doc": "docs",
|
||||||
|
|
Loading…
Reference in a new issue