{
  "name": "wdio-cucumber-steps",
  "version": "0.0.4",
  "description": "Cucumber step definitions written with WebdriverIO",
  "main": "index.js",
  "engines": {
    "node": ">=6.9.x"
  },
  "scripts": {
    "lint": "./node_modules/eslint/bin/eslint.js -c .eslintrc.json src/ test/",
    "mocha": "./node_modules/.bin/mocha test/mocha/*.spec.js",
    "cucumber": ". ./cucumber.sh",
    "test": "npm run lint && npm run mocha && npm run cucumber",
    "patch": "npm version patch -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
    "minor": "npm version minor -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
    "major": "npm version major -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/revjet-qa/wdio-cucumber-steps.git"
  },
  "keywords": [
    "cucumber",
    "cucumber steps",
    "step definitions",
    "automated tests",
    "e2e tests",
    "end-to-end tests",
    "webdriver",
    "selenium",
    "webdriverio",
    "wdio",
    "cucumber",
    "gherkin",
    "bdd"
  ],
  "author": "Alex Krechik, Dmytro Shpakovskyi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/revjet-qa/wdio-cucumber-steps/issues"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^4.11.0",
    "http-server": "^0.10.0",
    "mocha": "^4.0.1",
    "wdio-cucumber-framework": "^1.1.0",
    "wdio-selenium-standalone-service": "0.0.10",
    "wdio-spec-reporter": "^0.1.2",
    "webdriverio": "^4.12.0"
  }
}
