fakerr.git-recall/package.json
2017-01-14 18:41:43 +01:00

25 lines
488 B
JSON

{
"name": "log-so-handy",
"version": "1.0.1",
"description": "Convenient log for git",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Fakerr/log-so-handy.git"
},
"bin": {
"git-hlog": "./git-hlog"
},
"keywords": [
"git",
"log",
"cli"
],
"author": "Walid Berrahal",
"license": "MIT",
"homepage": "https://github.com/Fakerr/log-so-handy"
}