mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-13 07:31:15 +01:00
Dependencies.
This commit is contained in:
parent
25d76caaf3
commit
91a14b172c
1 changed files with 9 additions and 6 deletions
15
package.json
15
package.json
|
@ -11,11 +11,6 @@
|
|||
},
|
||||
"author": "Ionică Bizău <bizauionica@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fs-extra": "^0.15.0",
|
||||
"moment": "^2.9.0",
|
||||
"ul": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -30,5 +25,13 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/IonicaBizau/git-stats/issues"
|
||||
},
|
||||
"homepage": "https://github.com/IonicaBizau/git-stats"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue