forked from T-Huelsken/gitlab-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 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
{
"bundleDependencies": false,
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"dependencies": {
"git-url-parse": "^11.1.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"opn": "^4.0.2",
"unzipper": "^0.10.3"
},
"deprecated": false,
"description": "Control your gitlab pipelines/jobs and improve your overall workflow with gitlab.",
"devDependencies": {
"nock": "^10.0.4"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"homepage": "https://github.com/T-Huelsken/gitlab-manager#readme",
"keywords": [
"ui",
"gitlab",
"git",
"pipeline",
"merge",
"workflow"
],
"license": "MIT",
"main": "./lib/gitlab-manager",
"name": "gitlab-manager",
"deserializers": {
"gitlab-manager/tobiasGitlabRepository": "deserializeRepositoryView"
},
"repository": {
"type": "git",
"url": "https://github.com/T-Huelsken/gitlab-manager.git"
},
"version": "0.2.2"
}