fakerr.git-recall/package.json
2017-09-04 16:02:53 +01:00

25 lines
528 B
JSON

{
"name": "git-recall",
"version": "1.2.3",
"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"
}