Initial commit.

This commit is contained in:
Ionică Bizău 2015-01-25 20:54:34 +02:00
commit e131c72c9c
1 changed files with 11 additions and 0 deletions

11
package.json Normal file
View 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"
}