-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
73 lines (73 loc) · 4.34 KB
/
box.json
File metadata and controls
73 lines (73 loc) · 4.34 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name":"Azure Service Bus SDK",
"author":"Brad Wood <brad@ortussolutions.com>",
"version":"1.1.2",
"location":"https://downloads.ortussolutions.com/ortussolutions/servicebussdk/@build.version@/servicebussdk-@build.version@.zip",
"slug":"servicebussdk",
"type":"modules",
"homepage":"https://github.com/Ortus-Solutions/ServiceBusSDK",
"documentation":"https://github.com/Ortus-Solutions/ServiceBusSDK",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/ServiceBusSDK"
},
"bugs":"https://ortussolutions.atlassian.net/browse/BOX",
"shortDescription":"A CFML/ColdFusion SDK for Azure Service Bus",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[],
"dependencies":{
"azure-messaging-servicebus-7.17.12":"jar:https://repo1.maven.org/maven2/com/azure/azure-messaging-servicebus/7.17.12/azure-messaging-servicebus-7.17.12.jar",
"azure-core-1.55.4":"jar:https://repo1.maven.org/maven2/com/azure/azure-core/1.55.4/azure-core-1.55.4.jar",
"azure-xml-1.2.0":"jar:https://repo1.maven.org/maven2/com/azure/azure-xml/1.2.0/azure-xml-1.2.0.jar",
"azure-core-amqp-2.10.0":"jar:https://repo1.maven.org/maven2/com/azure/azure-core-amqp/2.10.0/azure-core-amqp-2.10.0.jar",
"azure-core-http-netty-1.15.12":"jar:https://repo1.maven.org/maven2/com/azure/azure-core-http-netty/1.15.12/azure-core-http-netty-1.15.12.jar",
"azure-identity-1.16.2":"jar:https://repo1.maven.org/maven2/com/azure/azure-identity/1.16.2/azure-identity-1.16.2.jar",
"reactive-streams-1.0.4":"jar:https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar",
"reactor-core-3.7.7":"jar:https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.7.7/reactor-core-3.7.7.jar",
"proton-j-0.33.8":"jar:https://repo1.maven.org/maven2/org/apache/qpid/proton-j/0.33.8/proton-j-0.33.8.jar",
"qpid-proton-j-extensions-1.2.4":"jar:https://repo1.maven.org/maven2/com/microsoft/azure/qpid-proton-j-extensions/1.2.4/qpid-proton-j-extensions-1.2.4.jar",
"azure-json-1.5.0":"jar:https://repo1.maven.org/maven2/com/azure/azure-json/1.5.0/azure-json-1.5.0.jar",
"msal4j-1.13.9":"jar:https://repo1.maven.org/maven2/com/microsoft/azure/msal4j/1.13.9/msal4j-1.13.9.jar",
"jackson-core-2.17.1":"jar:https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.17.1/jackson-core-2.17.1.jar",
"jackson-databind-2.17.1":"jar:https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.17.1/jackson-databind-2.17.1.jar",
"jackson-annotations-2.17.1":"jar:https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.17.1/jackson-annotations-2.17.1.jar",
"jackson-datatype-jsr310-2.17.1":"jar:https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.17.1/jackson-datatype-jsr310-2.17.1.jar",
"cbproxies":"^1.8.0"
},
"devDependencies":{},
"installPaths":{
"azure-messaging-servicebus-7.17.12":"lib/azure-messaging-servicebus-7.17.12/",
"azure-core-1.55.4":"lib/azure-core-1.55.4/",
"azure-xml-1.2.0":"lib/azure-xml-1.2.0/",
"azure-core-amqp-2.10.0":"lib/azure-core-amqp-2.10.0/",
"azure-core-http-netty-1.15.12":"lib/azure-core-http-netty-1.15.12/",
"azure-identity-1.16.2":"lib/azure-identity-1.16.2/",
"reactive-streams-1.0.4":"lib/reactive-streams-1.0.4/",
"reactor-core-3.7.7":"lib/reactor-core-3.7.7/",
"proton-j-0.33.8":"lib/proton-j-0.33.8/",
"qpid-proton-j-extensions-1.2.4":"lib/qpid-proton-j-extensions-1.2.4/",
"azure-json-1.5.0":"lib/azure-json-1.5.0/",
"cbproxies":"modules/cbproxies/",
"msal4j-1.13.9":"lib/msal4j-1.13.9/",
"jackson-core-2.17.1":"lib/jackson-core-2.17.1/",
"jackson-databind-2.17.1":"lib/jackson-databind-2.17.1/",
"jackson-annotations-2.17.1":"lib/jackson-annotations-2.17.1/",
"jackson-datatype-jsr310-2.17.1":"lib/jackson-datatype-jsr310-2.17.1/"
},
"ignore":[
"**/.*",
"test-harness",
"*/.md"
],
"scripts":{
"toMaster":"recipe build/toMaster.boxr"
},
"testbox":{
"runner":"/test-harness/tests/runner.cfm"
}
}