git-thru
Version:
Thru git commits
34 lines (33 loc) • 599 B
JSON
{
"name": "git-thru",
"version": "1.1.0",
"description": "Thru git commits",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"git",
"commmit",
"log",
"thru"
],
"author": "hellocreep",
"license": "MIT",
"devDependencies": {
"ava": "^0.18.2",
"xo": "^0.18.1"
},
"xo": {
"semicolon": false,
"space": 2
},
"dependencies": {
"chalk": "^1.1.3",
"lodash": "^4.17.4",
"cli-cursor": "^2.1.0",
"log-symbols": "^1.0.2",
"log-update": "^1.0.2"
}
}