UNPKG

gimme-stat

Version:

Simple tool for git repositories to generate progress statistic.

48 lines (47 loc) 1.03 kB
{ "name": "gimme-stat", "version": "3.4.5", "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/IlyaMokin/gimme-stat.git" }, "keywords": [ "git", "statistics", "stats", "analytics", "grading", "chart", "commits", "table", "period", "simple", "multi", "multiple" ], "homepage": "https://github.com/IlyaMokin/gimme-stat", "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/IlyaMokin/gimme-stat/issues" }, "devDependencies": {} }