-
Notifications
You must be signed in to change notification settings - Fork 19
/
box.json
49 lines (49 loc) · 1.72 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
{
"name":"ColdBox Relax",
"author":"Ortus Solutions <[email protected]>",
"version":"4.2.0",
"slug":"relax",
"type":"modules",
"keywords":"RESTFul,modeling,web services",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/relax/@build.version@/[email protected]@.zip",
"homepage":"https://github.com/coldbox-modules/relax",
"documentation":"https://coldbox-relax.ortusbooks.com",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/relax"
},
"bugs":"https://github.com/coldbox-modules/relax/issues",
"shortDescription":"RESTFul Tools For Lazy Experts",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Brad Wood <[email protected]>",
"Curt Gratz <[email protected]>",
"Jon Clausen <[email protected]>",
"Evagoras Charalambous <[email protected]>"
],
"dependencies":{
"cbjavaloader":"^2",
"cbswagger":"be",
"wikitext":"^1.3"
},
"ignore":[
"**/.*",
"tests"
],
"installPaths":{
"cbjavaloader":"modules/cbjavaloader/",
"cbSwagger":"modules/cbSwagger/",
"wikitext":"modules/wikitext/"
},
"scripts":{
"release":"recipe build/release.boxr",
"format":"cfformat run config/,handlers/,interceptors/,models/,test-harness/tests/specs",
"format:watch":"cfformat watch config/,handlers/,interceptors/,models/,test-harness/tests/specs ./.cfformat.json",
"format:check":"cfformat check config/,handlers/,interceptors/,models/,test-harness/tests/specs"
}
}