add package.json

This commit is contained in:
Fakerr 2017-01-14 17:36:12 +01:00
parent 0a11ca2d84
commit 551b284b29

24
package.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "log-so-handy",
"version": "1.0.0",
"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"
}