-
-
Notifications
You must be signed in to change notification settings - Fork 171
/
box-logbox.json
33 lines (33 loc) · 1.17 KB
/
box-logbox.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
{
"name" : "LogBox Logging Library",
"version" : "@build.version@[email protected]@",
"location" : "https://downloads.ortussolutions.com/ortussolutions/logbox/@build.version@/[email protected]@.zip",
"author" : "Ortus Solutions <[email protected]>",
"slug" : "logbox",
"type" : "logging",
"packageDirectory" : "logbox",
"keywords" : "logging, messaging",
"homepage" : "https://www.coldbox.org",
"documentation" : "https://logbox.ortusbooks.com",
"repository" : { "type" : "git", "url" : "https://github.com/coldbox/coldbox-platform" },
"bugs" : "https://ortussolutions.atlassian.net/browse/LOGBOX",
"shortDescription" : "LogBox is an enterprise ColdFusion logging library designed to give you flexibility and scalability.",
"license" : [
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
],
"contributors" : [
"Brad Wood <[email protected]>", "Curt Gratz <[email protected]>"
],
"ignore":[
"**/.*",
"tests",
"apidocs",
"*/.md"
],
"dependencies":{
"cbproxies":"^1.0.1+13"
},
"installPaths":{
"cbproxies":"system/async/cbproxies/"
}
}