commit e131c72c9cdebfdffa87f346a4fa9b7fd6f032be Author: Ionică Bizău Date: Sun Jan 25 20:54:34 2015 +0200 Initial commit. diff --git a/package.json b/package.json new file mode 100644 index 0000000..de19eb4 --- /dev/null +++ b/package.json @@ -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" +}