git-stats/package.json

13 lines
320 B
JSON

{
"name": "git-stats",
"version": "1.0.0-alpha",
"description": "A GitHub-like contributions calendar, but locally, with all your git commits.",
"main": "index.js",
"bin": "./bin/git-stats",
"scripts": {
"test": "node test"
},
"author": "Ionică Bizău <bizauionica@gmail.com>",
"license": "MIT"
}