forked from coldbox-modules/route-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
32 lines (32 loc) · 1.02 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
{
"name":"ColdBox Route Visualizer",
"author":"Ortus Solutions.com <[email protected]>",
"version":"1.4.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/route-visualizer/@build.version@/[email protected]@.zip",
"slug":"route-visualizer",
"type":"modules",
"homepage":"https://github.com/coldbox-modules/route-visualizer",
"documentation":"https://github.com/coldbox-modules/route-visualizer",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/route-visualizer"
},
"shortDescription":"A nice UI module to visualize and test ColdBox Routing",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Brad Wood <[email protected]>"
],
"ignore":[
"**/.*",
"test-harness",
"*/.md"
],
"scripts":{
"toMaster":"recipe build/toMaster.boxr"
}
}