forked from cliffano/nestor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.14 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.14 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
{
"name": "nestor",
"description": "Jenkins CLI and Node.js client",
"keywords": [
"jenkins",
"ci",
"cli",
"irc"
],
"version": "0.1.2",
"homepage": "http://github.com/cliffano/nestor",
"author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
"contributors": [
"All contributors (https://github.com/cliffano/nestor/graphs/contributors)"
],
"main": "./lib/jenkins",
"bin": {
"nestor": "./bin/nestor"
},
"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": "0.2.6",
"bagofholding": "0.1.2",
"colors": "0.6.0-1",
"irc": "0.3.6",
"request": "2.16.2",
"underscore": "1.4.4",
"xml2js": "0.2.6"
},
"devDependencies": {
"buster": "0.6.12",
"shelljs": "0.1.2"
},
"scripts": {},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cliffano/nestor/raw/master/LICENSE"
}
]
}