git-stats/package.json

13 lines
320 B
JSON
Raw Normal View History

2015-01-25 19:54:34 +01:00
{
"name": "git-stats",
2015-01-25 20:01:26 +01:00
"version": "1.0.0-alpha",
2015-01-25 19:54:34 +01:00
"description": "A GitHub-like contributions calendar, but locally, with all your git commits.",
"main": "index.js",
2015-01-25 20:44:18 +01:00
"bin": "./bin/git-stats",
2015-01-25 19:54:34 +01:00
"scripts": {
"test": "node test"
},
2015-01-25 19:59:14 +01:00
"author": "Ionică Bizău <bizauionica@gmail.com>",
2015-01-25 19:54:34 +01:00
"license": "MIT"
}