mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
add package.json
This commit is contained in:
parent
0a11ca2d84
commit
551b284b29
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
Loading…
Reference in a new issue