-
Notifications
You must be signed in to change notification settings - Fork 7
/
box.json
41 lines (41 loc) · 1.25 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
{
"name":"RabbitSDK",
"author":"Brad Wood <[email protected]>",
"version":"1.2.1",
"location":"https://downloads.ortussolutions.com/ortussolutions/rabbitsdk/@build.version@/[email protected]@.zip",
"slug":"rabbitsdk",
"type":"modules",
"homepage":"https://github.com/Ortus-Solutions/RabbitSDK",
"documentation":"https://github.com/Ortus-Solutions/RabbitSDK",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/RabbitSDK"
},
"bugs":"https://ortussolutions.atlassian.net/browse/BOX",
"shortDescription":"A CFML/ColdFusion SDK for RabbitMQ",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[],
"dependencies":{
"amqp-client-5.9.0":"jar:https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/5.9.0/amqp-client-5.9.0.jar"
},
"devDependencies":{},
"installPaths":{
"amqp-client-5.9.0":"lib/amqp-client-5.9.0/"
},
"ignore":[
"**/.*",
"test-harness",
"*/.md"
],
"scripts":{
"toMaster":"recipe build/toMaster.boxr"
},
"testbox":{
"runner":"/test-harness/tests/runner.cfm"
}
}