forked from ColdBox/coldbox-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
34 lines (34 loc) · 1.25 KB
/
box.json
File metadata and controls
34 lines (34 loc) · 1.25 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
{
"name" : "ColdBox Platform",
"version" : "4.0.0+@build.number@",
"author" : "Ortus Solutions <info@ortussolutions.com>",
"slug" : "coldbox",
"packageDirectory" : "coldbox",
"type" : "mvc",
"keywords" : "mvc,conventions,coldbox",
"homepage" : "http://www.coldbox.org",
"documentation" : "http://wiki.coldbox.org",
"repository" : { "type" : "git", "url" : "https://github.com/coldbox/coldbox-platform" },
"bugs" : "https://ortussolutions.atlassian.net/browse/COLDBOX",
"shortDescription" : "A conventions based MVC development framework",
"engines" : [
{ "type" : "railo", "version" : ">4.1" },
{ "type" : "adobe", "version" : ">9.0.2" },
{ "type" : "lucee", "version" : ">4.5" }
],
"license" : [
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
],
"contributors" : [
"Brad Wood <bdw429s@gmail.com>", "Curt Gratz <gratz@computerknowhow.com>"
],
"ignore" : [],
"testbox" : {
"runner" : [
{ "cf9" : "http://cf9cboxdev.jfetmac/coldbox/tests/runner.cfm" },
{ "cf10" : "http://cf10cboxdev.jfetmac/coldbox/tests/runner.cfm" },
{ "cf11" : "http://cf11cboxdev.jfetmac/coldbox/tests/runner.cfm" },
{ "railo" : "http://railocboxdev.jfetmac/coldbox/tests/runner.cfm" }
]
}
}