From e131c72c9cdebfdffa87f346a4fa9b7fd6f032be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 25 Jan 2015 20:54:34 +0200 Subject: [PATCH] Initial commit. --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json 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" +}