-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 838 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": "github-label",
"version": "1.2.1",
"description": "CLI for creating GitHub labels",
"bin": {
"github-label": "bin/github-label.js"
},
"main": "src/client.js",
"preferGlobal": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/codenameyau/github-label.git"
},
"keywords": [
"github",
"labels",
"label",
"issues"
],
"author": "Jorge Yau <jyau01@citymail.cuny.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codenameyau/github-label/issues"
},
"homepage": "https://github.com/codenameyau/github-label",
"dependencies": {
"async": "^1.2.1",
"commander": "^2.8.1",
"octonode": "^0.6.17",
"prompt": "^0.2.14",
"require-dir": "^0.3.0"
}
}