forked from markmandel/ColdDoc
-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
box.json
55 lines (55 loc) · 1.82 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
52
53
54
55
{
"name":"DocBox",
"version":"4.3.0",
"author":"Ortus Solutions, Corp",
"location":"https://downloads.ortussolutions.com/ortussolutions/docbox/@build.version@/[email protected]@.zip",
"homepage":"https://forgebox.io/view/docbox",
"documentation":"https://docbox.ortusbooks.com/",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/DocBox"
},
"bugs":"https://ortussolutions.atlassian.net/projects/DOCBOX",
"slug":"docbox",
"shortDescription":"CFC API Documentation generator for ColdFusion (CFML) using JavaDoc conventions",
"type":"projects",
"keywords":"apidocs, coldfusion docs, javadocs, cfc docs",
"organization":"ortus-solutions",
"license":[
{
"type":"Apache2",
"url":"https://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[
"Brad Wood <[email protected]>"
],
"dependencies":{
"commandbox-cfformat":"*"
},
"devDependencies":{
"testbox":"^5"
},
"installPaths":{
"testbox":"testbox/"
},
"ignore":[
"**/.*",
"tests/**",
".git*",
"docs/",
"coldbox-5-router-documentation.png"
],
"scripts":{
"build":"task run taskFile=build/Build.cfc :projectName=docbox :version=`package show version`",
"build:docs":"task run build/Docs.cfc",
"tests":"task run taskFile=build/Build.cfc target=runTests",
"release":"recipe build/release.boxr",
"format":"cfformat run --overwrite DocBox.cfc,build,strategy,tests",
"format:watch":"cfformat watch DocBox.cfc,build,strategy,tests ./.cfformat.json",
"format:check":"cfformat check DocBox.cfc,build,strategy,tests"
},
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
}
}