-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.37 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.37 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "jenkins-cli",
"description": "",
"version": "0.3.0",
"homepage": "https://github.com/jhidalgo3/jenkins-cli",
"author": {
"name": "Jose Maria Hidalgo Garcia",
"email": "jhidalgo3@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jhidalgo3/jenkins-cli.git"
},
"bugs": {
"url": "https://github.com/jhidalgo3/jenkins-cli/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/jhidalgo3/jenkins-cli/blob/master/LICENSE"
}
],
"main": "lib/jenkins-cli",
"bin": {
"jenkins-cli": "bin/jenkins-cli.js"
},
"engines": {
"node": ">= 0.10.26"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"colors": "~0.6.2",
"commander": "~2.1.0",
"inquirer": "~0.4.1",
"insight": "~0.3.1",
"line-by-line": "^0.1.3",
"prettyjson": "~0.11.1",
"q": "^1.1.2",
"readline": "0.0.5",
"request": "^2.48.0",
"underscore": "~1.5.2",
"update-notifier": "~0.2.0",
"iconv-lite": "0.4.7",
"retry": "0.10.1",
"sync-request": "6.0.0",
"fast-xml-parser": "3.11.1",
"urlencode": "1.1.0"
},
"devDependencies": {
"mocha": "~1.10.0",
"chai": "~1.8.0",
"gulp": "~3.5.0",
"gulp-jshint": "~1.3.4",
"gulp-mocha": "~0.4.1",
"jshint-stylish": "~0.1.5"
},
"keywords": [
"cli",
"tool",
"app"
]
}