2015-01-25 19:54:34 +01:00
|
|
|
{
|
|
|
|
"name": "git-stats",
|
2015-02-20 15:19:20 +01:00
|
|
|
"version": "1.4.1",
|
2015-01-25 19:54:34 +01:00
|
|
|
"description": "A GitHub-like contributions calendar, but locally, with all your git commits.",
|
2015-01-26 09:07:33 +01:00
|
|
|
"main": "lib/index.js",
|
2015-01-26 09:03:05 +01:00
|
|
|
"bin": {
|
|
|
|
"git-stats": "./bin/git-stats"
|
|
|
|
},
|
2015-01-25 19:54:34 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "node test"
|
|
|
|
},
|
2015-01-25 19:59:14 +01:00
|
|
|
"author": "Ionică Bizău <bizauionica@gmail.com>",
|
2015-02-17 20:14:59 +01:00
|
|
|
"contributors": [
|
2015-02-19 05:54:50 +01:00
|
|
|
"Gnab <as0n@gnab.fr>",
|
|
|
|
"William Boman <william@redwill.se>"
|
2015-02-17 20:14:59 +01:00
|
|
|
],
|
2015-01-26 09:03:05 +01:00
|
|
|
"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"
|
|
|
|
},
|
2015-02-09 13:20:21 +01:00
|
|
|
"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"
|
|
|
|
}
|
2015-02-17 20:18:57 +01:00
|
|
|
}
|