-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
41 lines (41 loc) · 1.23 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
{
"author":"Daniel Garcia",
"bugs":"https://github.com/garciadev/cbSwaggerUI/issues",
"changelog":"",
"contributors":[],
"dependencies":{},
"description":"",
"devDependencies":{},
"documentation":"https://github.com/garciadev/cbSwaggerUI",
"homepage":"https://github.com/garciadev/cbSwaggerUI",
"projectURL":"https://github.com/garciadev/cbSwaggerUI",
"ignore":[],
"installPaths":{},
"instructions":"",
"keywords":"SwaggerUI,Swagger",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
},
{
"type":"Apache License 2.0",
"URL":"https://github.com/swagger-api/swagger-ui/blob/master/LICENSE"
}
],
"name":"Swagger UI Documentation for ColdBox",
"private":false,
"repository":{
"type":"GIT",
"URL":"https://github.com/garciadev/cbSwaggerUI"
},
"location":"forgeboxstorage",
"scripts":{
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"shortDescription":"Display the Swagger UI for a Swagger JSON file. Defaults to /cbswagger",
"slug":"cbSwaggerUI",
"type":"modules",
"version":"1.2.1"
}