forked from mdsb100/cli-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (44 loc) · 855 Bytes
/
package.json
File metadata and controls
45 lines (44 loc) · 855 Bytes
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
{
"name": "cli-gitlab",
"version": "1.2.1",
"description": "GitLab CLI library.",
"main": "bin/refine.js",
"directories": {
},
"scripts": {
"build": "./node_modules/coffee-script/bin/cake build"
},
"repository": {
"type": "git",
"url": "https://github.com/mdsb100/cli-gitlab"
},
"dependencies": {
"gitlab": "1.3.0",
"commander": "latest",
"nconf": "latest",
"underscore": "1.7.0",
"json-stable-stringify": "latest"
},
"devDependencies": {
"coffee-script": "*"
},
"keywords": [
"gitlab",
"cli",
"git",
"api",
"request"
],
"author": "mdsb100 <mdsb1000@gmail.com>",
"contributors": [
{
"name": "mdsb100",
"url": "https://github.com/mdsb100"
}
],
"bin": {
"gitlab": "bin/gitlab"
},
"license": "MIT",
"readmeFilename": "README.md"
}