-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.26 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
{
"name": "nestor-buildlight",
"type": "module",
"description": "CLI for Jenkins build light notifier",
"keywords": [
"jenkins",
"buildlight",
"delcom",
"nestor",
"cli",
"notifier",
"ci"
],
"version": "1.0.1-pre.0",
"homepage": "http://github.com/cliffano/nestor-buildlight",
"author": "Cliffano Subagio [email protected] (blog.cliffano.com)",
"contributors": [
"All contributors (https://github.com/cliffano/nestor-buildlight/graphs/contributors)"
],
"main": "./lib/nestor-buildlight.js",
"bin": {
"nestor-buildlight": "./bin/nestor-buildlight.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "http://github.com/cliffano/nestor-buildlight.git"
},
"bugs": {
"url": "http://github.com/cliffano/nestor-buildlight/issues"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"bagofcli": "^2.3.0",
"buildlight": "^1.1.0",
"nestor": "^2.2.2"
},
"devDependencies": {
"sinon": "^14.0.0",
"@sinonjs/referee": "^9.1.1"
},
"scripts": {},
"engines": {
"node": ">= 16.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cliffano/nestor-buildlight/raw/master/LICENSE"
}
]
}