{
  "name": "vrunner",
  "description": "Executes vREST test cases on terminal and can be used with cron utility or any continuous integration server.",
  "version": "0.4.4",
  "homepage": "https://cloud.vrest.io",
  "author": {
    "name": "vREST Team",
    "email": "team@vrest.io"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:vrest-io/vrunner.git"
  },
  "bugs": {
    "url": "https://github.com/vrest-io/vrunner/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/vrest-io/vrunner/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": "bin/run.js",
  "dependencies": {
    "btoa": "1.1.2",
    "chalk": "1.0.0",
    "crypto-js": "3.1.4",
    "mkdirp": "0.5.1",
    "request": "^2.88.0",
    "tough-cookie": "2.4.3",
    "xml2js": "0.4.10",
    "xmldom": "0.1.27",
    "xpath": "0.0.23",
    "z-schema": "3.10.2"
  }
}
