diff-so-fancy
Version:
Good-lookin' diffs with diff-highlight and more
39 lines (38 loc) • 967 B
JSON
{
"name": "diff-so-fancy",
"version": "1.4.10",
"description": "Good-lookin' diffs with diff-highlight and more",
"bin": {
"diff-so-fancy": "dist/diff-so-fancy"
},
"files": [
"dist/diff-so-fancy"
],
"scripts": {
"test": "./test/bats/bin/bats test",
"build": "mkdir -p dist && PATH=\"$HOME/perl5/bin:$PATH\" PERL5LIB=\"$HOME/perl5/lib/perl5:$PERL5LIB\" perl ./third_party/build_fatpack/build.pl --output ./dist/diff-so-fancy"
},
"repository": {
"type": "git",
"url": "https://github.com/so-fancy/diff-so-fancy"
},
"keywords": [
"git",
"diff",
"fancy",
"good-lookin'",
"diff-highlight",
"color",
"readable",
"highlight"
],
"author": "Paul Irish",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/so-fancy/diff-so-fancy/issues"
},
"homepage": "https://github.com/so-fancy/diff-so-fancy#readme"
}