git-stats/package.json

40 lines
905 B
JSON
Raw Normal View History

2015-01-25 19:54:34 +01:00
{
"name": "git-stats",
2015-02-18 10:30:27 +01:00
"version": "1.3.0",
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": [
"Gnab <as0n@gnab.fr>"
],
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
}