forked from Ortus-Solutions/TestBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
32 lines (32 loc) · 1.16 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
{
"name" : "TestBox",
"version" : "@version.number@[email protected]@",
"author" : "Ortus Solutions <[email protected]>",
"slug" : "testbox",
"type" : "testing",
"packageDirectory" : "testbox",
"keywords" : "testing,xunit,bdd,testbox,mxunit,tdd",
"homepage" : "http://www.coldbox.org",
"documentation" : "http://testbox.ortusbooks.com",
"repository" : { "type" : "git", "url" : "https://github.com/Ortus-Solutions/TestBox" },
"bugs" : "https://ortussolutions.atlassian.net/browse/TESTBOX",
"shortDescription" : "A BDD and xUnit testing framework with Mocking Goodness",
"engines" : [
{ "type" : "lucee", "version" : ">4.5" },
{ "type" : "adobe", "version" : ">9" }
],
"license" : [
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
],
"contributors" : [
"Brad Wood <[email protected]>", "Curt Gratz <[email protected]>"
],
"ignore" : [],
"testbox" : {
"runner" : [
{ "cf10" : "http://cf10cboxdev.jfetmac/testbox/tests/runner.cfm" },
{ "cf11" : "http://cf11cboxdev.jfetmac/testbox/tests/runner.cfm" },
{ "lucee" : "http://localhost:49616/tests/runner.cfm" }
]
}
}