software.cfg.json 333 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "name": "JSTestNode",
  "description": "Simple Test Runner for Javascrip projects",
  "serialisation": "json-in-xml",
  "software-type": {
    "default": {
      "title": "Default",
      "request": "instance-jstestnode-input-schema.json",
      "response": "instance-jstestnode-output-schema.json",
      "index": 0
    }
  }
}