-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 897 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": "gitlab-fix-labels",
"version": "0.1.5.1",
"description": "A tool to add and/or replace labels from any project (or all of them) with your GLOBAL GitLab admin labels.",
"repository": {
"type": "git",
"url": "https://github.com/carsonreinke/gitlab-fix-labels.git"
},
"main": "lib/gitlab-fix-labels.js",
"author": "Xunnamius",
"scripts": {
"test": "echo No tests defined for this project!",
"pp": "publish-please",
"prepublish": "publish-please guard",
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
},
"keywords": [
"gitlab",
"git",
"tool",
"labels",
"label",
"cli",
"fix"
],
"bin": {
"gitlab-fix-labels": "lib/gitlab-fix-labels.js"
},
"dependencies": {
"bluebird": "^3.7.0",
"progress": "^2.0.3",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}