forked from coldbox-modules/stachebox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
63 lines (63 loc) · 2.15 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name":"stachebox",
"version":"2.1.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/stachebox/@build.version@/stachebox-@build.version@+@build.number@.zip",
"author":"Jon Clausen <jclausen@ortussolutions.com",
"homepage":"/~https://github.com/coldbox-modules/stachebox",
"documentation":"/~https://github.com/coldbox-modules/stachebox",
"repository":{
"type":"git",
"url":"/~https://github.com/coldbox-modules/stachebox"
},
"bugs":"/~https://github.com/coldbox-modules/stachebox",
"shortDescription":"A stachebox module for the coldbox platform",
"slug":"stachebox",
"type":"modules",
"keywords":"elasticsearch,stachebox",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Jon Clausen <jclausen@ortussolutions.com>"
],
"dependencies":{
"mementifier":"^3.4.0",
"cbsecurity":"^3.4.3",
"cbvalidation":"^4.4.0",
"BCrypt":"^3",
"logstash":"^3.1.2",
"cbi18n":"^3.2.0+12",
"cbmailservices":"^2.8.0",
"cfmigrations":"^4.1.3"
},
"installPaths":{
"mementifier":"modules/mementifier/",
"cbsecurity":"modules/cbsecurity/",
"cbelasticsearch":"modules/cbelasticsearch/",
"cbvalidation":"modules/cbvalidation/",
"BCrypt":"modules/BCrypt/",
"logstash":"modules/logstash/",
"cbi18n":"modules/cbi18n/",
"cbmailservices":"modules/cbmailservices/",
"cfmigrations":"modules/cfmigrations/"
},
"ignore":[
"**/.*",
"test-harness",
"readme.md",
"docker-compose.yml"
],
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
},
"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"
}
}