forked from git-land/git-land
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 997 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
37
38
39
40
41
{
"name": "git-land",
"version": "2.2.0-ff",
"description": "Merges a pull request or topic branch via rebasing to avoid a merge commit.",
"main": "git-land",
"repository": {
"type": "git",
"url": "git://github.com/FreeFeed/git-land.git"
},
"keywords": [
"git",
"cli",
"FreeFeed"
],
"bin": {
"git-land": "git-land",
"git-merge-message-for": "git-merge-message-for"
},
"author": "Lon Ingram <[email protected]>",
"contributors": [{
"name": "Taka Kojima"
}, {
"name": "Reason",
"email": "[email protected]"
}, {
"name": "John Roesler",
"email": "[email protected]"
}, {
"name": "Taylor McKinney",
"email": "[email protected]"
}, {
"name": "Berkus",
"email": "[email protected]"
}
],
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/FreeFeed/git-land/issues"
},
"homepage": "https://freefeed.net"
}