forked from Ortus-Solutions/DocBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
43 lines (39 loc) · 1.01 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
{
"name":"DocBox",
"version":"2.0.4",
"author":"Ortus Solutions, Corp",
"homepage":"http://www.ortussolutions.com",
"documentation":"https://github.com/Ortus-Solutions/DocBox/wiki",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/DocBox"
},
"bugs":"https://github.com/Ortus-Solutions/DocBox/issues",
"slug":"docbox",
"shortDescription":"API Documentation generator for ColdFusion (CFML)",
"type":"commandbox-commands",
"createPackageDirectory" : true,
"packageDirectory" : "docbox",
"keywords":"apidocs, coldfusion docs, javadocs",
"private":false,
"defaultPort":64492,
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[
],
"dependencies":{
},
"devDependencies":{
},
"installPaths":{
},
"ignore":[
"**/.*",
"tests/**",
"run.cfm"
]
}