-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbox.json
More file actions
43 lines (43 loc) · 1.68 KB
/
box.json
File metadata and controls
43 lines (43 loc) · 1.68 KB
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
{
"name":"swagger-sdk",
"shortDescription":"The Swagger Software Development Kit for the Coldbox Platform",
"version":"3.5.0",
"author":"Jon Clausen <jon_clausen@silowebworks.com>",
"slug":"swagger-sdk",
"type":"modules",
"keywords":"Swagger,OpenAPI,API Documentation",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/swagger-sdk/@build.version@/swagger-sdk-@build.version@.zip",
"homepage":"https://github.com/coldbox-modules/swagger-sdk",
"documentation":"https://github.com/coldbox-modules/swagger-sdk/wiki",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/swagger-sdk"
},
"bugs":"https://github.com/coldbox-modules/swagger-sdk/issues",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Luis Majano <lmajano@ortussolutions.com>"
],
"dependencies":{
"cbjavaloader":">0.0.9"
},
"ignore":[
"**/.*",
"test-harness",
"*/.md"
],
"scripts":{
"toMaster":"recipe build/toMaster.boxr",
"format":"cfformat run models,test-harness/tests/resources/BaseOpenAPISpec.cfc,test-harness/tests/specs,ModuleConfig.cfc --overwrite",
"format:watch":"cfformat watch models,test-harness/tests/resources/BaseOpenAPISpec.cfc,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
"format:check":"cfformat check models,test-harness/tests/resources/BaseOpenAPISpec.cfc,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
},
"installPaths":{
"cbjavaloader":"modules/cbjavaloader/"
}
}