{ "name": "git-stats", "version": "2.0.0", "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 ", "contributors": [ "Gnab ", "William Boman " ], "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", "bug-killer": "^1.0.0", "cli-box": "^2.1.1", "clp": "^3.0.0", "git-stats-colors": "^1.2.0", "moment": "^2.9.0", "ul": "^2.1.0" } }