{
  "name": "@testim/testim-cli",
  "version": "0.10.15",
  "description": "Command line interface for running Testing on you CI",
  "author": "",
  "contributors": [
    {
      "name": "Oren Rubin",
      "email": "oren@testim.io"
    }
  ],
  "bugs": {
    "email": "info@testim.io"
  },
  "devDependencies": {},
  "dependencies": {
    "bluebird": "3.1.1",
    "bluebird-retry": "0.5.3",
    "commander": "*",
    "firebase": "*",
    "node-uuid": "*",
    "promise": "*",
    "simple-timer": "*",
    "timespan": "*",
    "webdriverio": "^3.2.6",
    "xml2js": "*"
  },
  "subdomain": "app",
  "license": "Proprietary",
  "bin": {
    "testim": "cli.js"
  },
  "scripts": {
    "postpublish": "scripts/publish-docker.js"
  },
  "engines": {
    "node": ">= 4.0.0"
  }
}
