git-stats/package.json

35 lines
768 B
JSON
Raw Normal View History

2015-01-25 19:54:34 +01:00
{
"name": "git-stats",
2015-01-25 20:01:26 +01:00
"version": "1.0.0-alpha",
2015-01-25 19:54:34 +01:00
"description": "A GitHub-like contributions calendar, but locally, with all your git commits.",
"main": "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-01-26 09:03:05 +01:00
"license": "MIT",
"dependencies": {
"fs-extra": "^0.15.0",
"moment": "^2.9.0",
"ul": "^1.1.0"
},
"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"
2015-01-25 19:54:34 +01:00
}