-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
box.json
51 lines (51 loc) · 1.92 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
{
"name":"Amazon S3 SDK",
"version":"5.8.0",
"slug":"s3sdk",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/s3sdk/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions, Corp",
"homepage":"https://github.com/coldbox-modules/s3sdk",
"documentation":"https://github.com/coldbox-modules/s3sdk",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/s3sdk"
},
"bugs":"https://github.com/coldbox-modules/s3sdk/issues",
"shortDescription":"This SDK will provide you with Amazon S3, Digital Ocean Spaces connectivity for any ColdFusion (CFML) application.",
"type":"modules",
"license":[
{
"type":"Apache2",
"URL":"https://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[
"Andrew Davis"
],
"dependencies":{},
"devDependencies":{
"commandbox-cfformat":"*",
"commandbox-docbox":"*",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*"
},
"installPaths":{},
"ignore":[
"**/.*",
"build",
"test-harness",
"/server*.json"
],
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
},
"scripts":{
"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`",
"release":"recipe build/release.boxr",
"format":"cfformat run models,test-harness/tests/**/*.cfc,*.cfc --overwrite",
"format:watch":"cfformat watch models,test-harness/tests/**/*.cfc,*.cfc ./.cfformat.json",
"format:check":"cfformat check models,test-harness/tests/**/*.cfc,*.cfc",
"install:dependencies":"install --force && cd test-harness && install --force"
}
}