mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"name": "git-recall",
|
|
"version": "1.1.7",
|
|
"description": "Simple and convenient Git tool to easily recall what you've done",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Fakerr/git-recall.git"
|
|
},
|
|
"bin": {
|
|
"git-recall": "./git-recall"
|
|
},
|
|
"keywords": [
|
|
"git",
|
|
"log",
|
|
"cli"
|
|
],
|
|
"author": "Walid Berrahal",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/Fakerr/git-recall"
|
|
}
|