git-stats/package.json

43 lines
969 B
JSON
Raw Normal View History

2015-01-25 19:54:34 +01:00
{
"name": "git-stats",
2015-05-03 13:41:12 +02:00
"version": "2.0.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>",
"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",
"bug-killer": "^1.0.0",
2015-07-08 09:09:46 +02:00
"cli-box": "^2.1.1",
"clp": "^3.0.0",
2015-05-03 13:32:35 +02:00
"git-stats-colors": "^1.2.0",
2015-02-09 13:20:21 +01:00
"moment": "^2.9.0",
2015-05-28 18:56:19 +02:00
"ul": "^2.1.0"
2015-02-09 13:20:21 +01:00
}
2015-05-03 14:00:41 +02:00
}