-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
box.json
45 lines (45 loc) · 1.56 KB
/
box.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
{
"name":"logstash",
"version":"3.1.3",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/logstash/@build.version@/[email protected]@[email protected]@.zip",
"author":"Jon Clausen <[email protected]",
"homepage":"https://github.com/coldbox-modules/logstash",
"documentation":"https://github.com/coldbox-modules/logstash",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/logstash"
},
"bugs":"https://github.com/coldbox-modules/logstash",
"shortDescription":"A logstash module for the coldbox platform",
"slug":"logstash",
"type":"modules",
"keywords":"elasticsearch,logstash",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Jon Clausen <[email protected]>"
],
"dependencies":{
"cbelasticsearch":"^3.5.0",
"cbrestbasehandler":"^1.0.0"
},
"ignore":[
"**/.*",
"test-harness"
],
"scripts":{
"release":"recipe build/release.boxr",
"format":"cfformat run models/,test-harness/tests/ --overwrite",
"format:watch":"cfformat watch models/,test-harness/tests/",
"format:check":"cfformat check models/,test-harness/tests/",
"harness:install":"install --force && cd test-harness && install --force"
},
"installPaths":{
"cbelasticsearch":"modules/cbelasticsearch/",
"cbrestbasehandler":"modules/cbrestbasehandler/"
}
}