mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-03 10:22:11 +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>",
|
"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": {},
|
"devDependencies": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -30,5 +25,13 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/IonicaBizau/git-stats/issues"
|
"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