mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Added other package.json fields.
This commit is contained in:
parent
2190e129e9
commit
822388143c
1 changed files with 24 additions and 2 deletions
26
package.json
26
package.json
|
@ -3,10 +3,32 @@
|
|||
"version": "1.0.0-alpha",
|
||||
"description": "A GitHub-like contributions calendar, but locally, with all your git commits.",
|
||||
"main": "index.js",
|
||||
"bin": "./bin/git-stats",
|
||||
"bin": {
|
||||
"git-stats": "./bin/git-stats"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"author": "Ionică Bizău <bizauionica@gmail.com>",
|
||||
"license": "MIT"
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue