mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-10 21:27:02 +01:00
41 lines
947 B
JSON
41 lines
947 B
JSON
{
|
|
"name": "git-stats",
|
|
"version": "1.4.1",
|
|
"description": "A GitHub-like contributions calendar, but locally, with all your git commits.",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"git-stats": "./bin/git-stats"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"author": "Ionică Bizău <bizauionica@gmail.com>",
|
|
"contributors": [
|
|
"Gnab <as0n@gnab.fr>",
|
|
"William Boman <william@redwill.se>"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/IonicaBizau/git-stats.git"
|
|
},
|
|
"keywords": [
|
|
"git",
|
|
"stats",
|
|
"github",
|
|
"cli"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/IonicaBizau/git-stats/issues"
|
|
},
|
|
"homepage": "https://github.com/IonicaBizau/git-stats",
|
|
"dependencies": {
|
|
"ansi-parser": "^1.4.0",
|
|
"cli-box": "^2.1.1",
|
|
"bug-killer": "^1.0.0",
|
|
"git-stats-colors": "^1.0.0",
|
|
"moment": "^2.9.0",
|
|
"ul": "^1.1.0"
|
|
}
|
|
} |