-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
57 lines (57 loc) · 1.23 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "nestor",
"description": "Jenkins CLI and node.js client",
"keywords": [
"jenkins",
"ci",
"cli",
"api",
"client"
],
"version": "2.2.0",
"homepage": "http://github.com/cliffano/nestor",
"author": "Cliffano Subagio <[email protected]> (http://blog.cliffano.com)",
"contributors": [
"All contributors (https://github.com/cliffano/nestor/graphs/contributors)"
],
"main": "./lib/jenkins",
"bin": {
"nestor": "./bin/nestor"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "http://github.com/cliffano/nestor.git"
},
"bugs": {
"url": "http://github.com/cliffano/nestor/issues"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"async": "^2.6.2",
"bagofcli": "^1.1.0",
"bagoftext": "^0.1.2",
"colors": "^1.3.3",
"commander": "^2.20.0",
"cron": "^1.7.0",
"feed-read": "^0.0.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"swaggy-jenkins": "^1.1.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"buster-node": "^0.7.1",
"proxyquire": "^2.1.0",
"referee": "^1.2.0"
},
"scripts": {},
"engines": {
"node": ">= 4.0.0"
},
"license": "MIT"
}