forked from invious/org-labels-private
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 844 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": "org-labels",
"description": "A tool to help manage organization-wide GitHub issue labels.",
"version": "2.0.0",
"author": "Jeremiah Senkpiel <[email protected]> (https://searchbeam.jit.su)",
"license": "MIT",
"repository": "repo-utils/org-labels",
"keywords": [
"github",
"repo",
"organization",
"issues",
"issue",
"labels",
"label",
"tags",
"tag"
],
"dependencies": {
"bluebird": "^2.9.24",
"co": "^4.5.1",
"commander": "^2.7.1",
"ghauth": "2.0.0",
"moment": "^2.10.2",
"request-promise": "^0.4.1",
"request-rate-limiter": "^1.0.2",
"semver": "^4.3.3"
},
"engines": {
"node": ">= 1.1.0"
},
"files": [
"LICENSE",
"index.js",
"bin"
],
"bin": {
"org-labels": "./bin/org-labels"
},
"preferGlobal": true
}