forked from akonwi/git-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.42 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "git-plus",
"main": "./lib/git-plus",
"version": "4.5.0",
"description": "Do git things without the terminal",
"keywords": [
"git"
],
"activationCommands": {
"atom-workspace": [
"git-plus:menu",
"git-plus:add",
"git-plus:add-all",
"git-plus:add-all-and-commit",
"git-plus:add-and-commit",
"git-plus:diff-all",
"git-plus:diff",
"git-plus:log",
"git-plus:log-current-file",
"git-plus:status",
"git-plus:push",
"git-plus:pull",
"git-plus:remove",
"git-plus:remove-current-file",
"git-plus:checkout",
"git-plus:checkout-current-file",
"git-plus:checkout-all-files",
"git-plus:cherry-pick",
"git-plus:commit",
"git-plus:commit-amend",
"git-plus:fetch",
"git-plus:new-branch",
"git-plus:reset-head",
"git-plus:show",
"git-plus:stage-files",
"git-plus:stage-hunk",
"git-plus:stash-save",
"git-plus:stash-pop",
"git-plus:stash-keep",
"git-plus:stash-drop",
"git-plus:tags",
"git-plus:unstage-files",
"git-plus:init",
"git-plus:run",
"git-plus:merge"
]
},
"repository": "https://github.com/akonwi/git-plus",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"fs-plus": "^2.2.0",
"fuzzaldrin": "^1.2.0",
"underscore-plus": "1.x",
"atom-space-pen-views": "^2.0.3"
}
}