{
  "name": "web-driver-io-tutorial",
  "version": "1.5.0",
  "description": "WebDriverIO Tutorial with working web site and examples",
  "author": "Tony Keith <tony.keith@yahoo.com>",
  "homepage": "http://tlkeith.com/WebDriverIOTutorialTest.html",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/onewithhammer/web-driver-io-tutorial"
  },
  "scripts": {
    "test": "wdio wdio.conf-gruntfile.js"
  },
  "keywords": [
    "webdriverio",
    "mocha",
    "should",
    "examples",
    "webdriverio tutorial",
    "working examples",
    "test script examples",
    "reusable commands",
    "selenium",
    "cloud based testing",
    "wdio",
    "grunt-webdriver",
    "REST API testing",
    "supertest",
    "http assertion testing",
    "json-server",
    "database driven test data",
    "Excel driven test data",
    "ES6 Generator"
  ],
  "devDependencies": {
    "grunt": "*",
    "grunt-webdriver": "^2.0.0",
    "mocha": "^2.4.5",
    "mongodb": "*",
    "node-xlsx": "*",
    "promise-mongo": "*",
    "q": "^2.0.3",
    "should": "^7.1.0",
    "supertest": "*",
    "wdio-mocha-framework": "^0.5.8",
    "wdio-sauce-service": "^0.3.1",
    "webdriverio": "^4.0.7"
  }
}
