// semantic version of your package
"version" : "1.0.0+buildID",
// author of this package
// location of where to download the package, overrides ForgeBox location
"location" : "URL,Git/svn endpoint,etc",
// The location of the runner
{ "default": "http://localhost:8080/tests/runner.cfm" }
// Which labels to run, empty means all
// Which reporter to use, default is json
// Which CFC bundles to execute, default is all
// Which directories to execute
"directory" : "tests.specs",
// Recurse the directories for CFCs
// Which bundles to filter on
// Which suites to filter on
// Which specs to filter on
// Display extra details inlcuding passing and skipped tests.
// How may milliseconds to wait before polling for changes, defaults to 500 ms
// Command delimited list of file globbing paths to watch relative to the working directory