-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbox.json
More file actions
32 lines (32 loc) · 872 Bytes
/
box.json
File metadata and controls
32 lines (32 loc) · 872 Bytes
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
{
"name":"JGroups integration for ColdBox",
"author":"Pixl8 Group",
"version":"$VERSION_NUMBER",
"location":"$DOWNLOAD_URL",
"slug":"cbjgroups",
"type":"modules",
"homepage":"https://github.com/pixl8/cbjgroups",
"documentation":"https://github.com/pixl8/cbjgroups",
"repository":{
"type":"git",
"url":"https://github.com/pixl8/cbjgroups"
},
"shortDescription":"A module to seamlessly integrate Coldbox with jGroups for clustering support for your applications",
"contributors":[
"Dominic Watson <watson.dominic@gmail.com>"
],
"ignore":[
"**/.*",
"build",
"tests"
],
"devDependencies":{
"testbox":"6.4.0"
},
"installPaths":{
"testbox":"tests/testbox/"
},
"testbox":{
"runner":"http://127.0.0.1:6556/runtests.cfm"
}
}