-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
36 lines (36 loc) · 887 Bytes
/
package.json
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
{
"name": "pretty-diff",
"version": "1.1.0",
"description": "Generate colorized HTML diffs.",
"keywords": [
"git",
"diff"
],
"homepage": "https://github.com/scottgonzalez/pretty-diff",
"bugs": "https://github.com/scottgonzalez/pretty-diff/issues",
"author": {
"name": "Scott González",
"email": "[email protected]",
"url": "http://scottgonzalez.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/scottgonzalez/pretty-diff/blob/master/LICENSE.txt"
}
],
"bin": {
"git-gist-diff": "./gist-diff.js",
"git-pretty-diff": "./pretty-diff.js",
"gist-diff": "./gist-diff.js",
"pretty-diff": "./pretty-diff.js"
},
"repository": {
"type": "git",
"url": "git://github.com/scottgonzalez/pretty-diff.git"
},
"dependencies": {
"github-request": "1.2.4",
"open": "6.4.0"
}
}