Skip to content

Commit 56680fd

Browse files
committed
more updates to box.json
1 parent cdf2792 commit 56680fd

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

modules/JavaLoader/box.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"name" : "JavaLoader",
3-
"author" : "Luis Majano <[email protected]",
43
"version" : "1.0.0",
4+
"author" : "Luis Majano <[email protected]",
55
"slug" : "javaloader",
6-
"directory" : "/modules",
76
"type" : "modules",
8-
"engines" : [
9-
{ "type" : "railo", "version" : ">3.1" },
10-
{ "type" : "adobe", "version" : ">9.0" },
11-
{ "type" : "coldbox", "version" : ">3.5" }
7+
"homepage" : "http://www.coldbox.org",
8+
"documentation" : "http://wiki.coldbox.org",
9+
"repository" : { "type" : "git", "url" : "https://github.com/ColdBox/cbox-javaloader" },
10+
"shortDescription" : "A module to class load, compile and do much more with Java",
11+
"license" : [
12+
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
1213
],
13-
"devdependencies" : {
14-
"testbox" : ">1.1"
15-
}
14+
"contributors" : [
15+
"Brad Wood <[email protected]>", "Curt Gratz <[email protected]>"
16+
],
17+
"engines" : [
18+
{ "type" : "railo", "version" : ">4.1" },
19+
{ "type" : "adobe", "version" : ">9.02" },
20+
]
1621
}

0 commit comments

Comments
 (0)