-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 966 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "diff-so-fancy",
"version": "1.4.6",
"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"
}