mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Initial commit.
This commit is contained in:
commit
e131c72c9c
1 changed files with 11 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "git-stats",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "A GitHub-like contributions calendar, but locally, with all your git commits.",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "node test"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
Loading…
Reference in a new issue