-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
box.json
59 lines (59 loc) · 2.86 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
{
"name":"ColdBox Mail Services",
"version":"2.9.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmailservices/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions.com <[email protected]",
"slug":"cbmailservices",
"type":"modules",
"homepage":"https://github.com/coldbox-modules/cbmailservices",
"documentation":"https://coldbox-mailservices.ortusbooks.com/",
"bugs":"https://ortussolutions.atlassian.net/jira/software/c/projects/BOX",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/cbmailservices"
},
"shortDescription":"The ColdBox Mail services module will allow you to send email the OO and fluent way in multiple protocols",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Brad Wood <[email protected]>",
"Curt Gratz <[email protected]>"
],
"devDependencies":{
"commandbox-cfformat":"*",
"commandbox-docbox":"*",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*"
},
"ignore":[
"**/.*",
"test-harness/**",
"modules/**",
"/server*.json"
],
"scripts":{
"release":"recipe build/release.boxr",
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
"format":"cfformat run handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc --overwrite",
"format:watch":"cfformat watch handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
"format:check":"cfformat check handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
"start:fakemail":"!docker compose -f test-harness/tests/resources/docker-compose.yml up --detach",
"start:lucee":"server start [email protected]",
"start:2018":"server start [email protected]",
"start:2021":"server start [email protected]",
"stop:lucee":"server stop [email protected]",
"stop:2018":"server stop [email protected]",
"stop:2021":"server stop [email protected]",
"logs:lucee":"server log [email protected] --follow",
"logs:2018":"server log [email protected] --follow",
"logs:2021":"server log [email protected] --follow"
},
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
}
}