mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-10 21:27:02 +01:00
28a2881f9e
Use the prototype way to create git-stats instances. With this feature we could create as many git-stats instances we need, by providing the configuration path. Added typpy and deffy packages as dependencies.
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"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 <bizauionica@gmail.com>",
|
|
"contributors": [
|
|
"Gnab <as0n@gnab.fr>",
|
|
"William Boman <william@redwill.se>",
|
|
"Fabian Furger <mystyfly@gmail.com>"
|
|
],
|
|
"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": {
|
|
"bug-killer": "^4.0.0",
|
|
"clp": "^3.0.0",
|
|
"moment": "^2.9.0",
|
|
"ul": "^5.0.0",
|
|
"r-json": "^1.0.0",
|
|
"w-json": "^1.0.0",
|
|
"is-there": "^4.0.0",
|
|
"cli-pie": "^2.0.0",
|
|
"cli-gh-cal": "^1.0.0",
|
|
"abs": "^1.0.0",
|
|
"gry": "^4.0.0",
|
|
"gitlog-parser": "0.0.2",
|
|
"progress": "1.1.8",
|
|
"deffy": "2.0.0",
|
|
"typpy": "2.0.0"
|
|
}
|
|
}
|