{
  "name": "testx",
  "version": "2.11.2",
  "description": "A library for executing keyword driven tests with Protractor.",
  "main": "index.coffee",
  "scripts": {
    "test": "webdriver-manager update; protractor tests/conf.coffee"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/testxio/testx.git"
  },
  "keywords": [
    "protractor",
    "selenium",
    "webdriver",
    "testing",
    "test",
    "web testing",
    "functional testing",
    "regression testing",
    "excel",
    "yaml",
    "keyword",
    "keyword driven",
    "keyword-driven"
  ],
  "author": "Greyarch BV",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/testxio/testx/issues"
  },
  "homepage": "http://testx.io",
  "dependencies": {
    "@testx/eval": "^1.0.0",
    "camel-case": "^1.2.2",
    "coffee-errors": "^0.8.6",
    "coffee-script": "^1.11.1",
    "colors": "^1.1.2",
    "csv-parse": "^1.1.7",
    "lodash": "^4.16.4",
    "q": "^1.5.1",
    "testx-xlsx-parser": "^1.0.1",
    "testx-yaml-parser": "^1.2.0"
  },
  "testx": {
    "logScript": false,
    "actionTimeout": 4000
  },
  "devDependencies": {
    "protractor": "^5.3.0"
  }
}
