git-stats/package.json

12 lines
248 B
JSON
Raw Normal View History

2015-01-25 19:54:34 +01:00
{
"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"
}