{
  "name": "wdio-workflo-jasmine-framework",
  "version": "0.1.1",
  "description": "This is a customized version of wdio-jasmine-framework for use with workflo framework.",
  "main": "build/adapter.js",
  "scripts": {
    "build": "run-s clean compile",
    "clean": "rm -rf ./build ./coverage",
    "compile": "babel lib/ -d build/",
    "eslint": "eslint ./lib test/",
    "release": "np patch",
    "release:patch": "np patch",
    "release:minor": "np minor",
    "release:major": "np major",
    "test": "run-s eslint test:unit",
    "test:ci": "run-s clean eslint test:cover",
    "test:unit": "mocha --compilers js:babel-core/register test/*.js",
    "test:cover": "babel-node ./node_modules/.bin/isparta cover --include 'lib/*.js' _mocha",
    "prepublish": "npm prune && run-s build test",
    "watch": "npm run compile -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flohil/wdio-workflo-jasmine-framework"
  },
  "keywords": [
    "jasmine",
    "webdriverio",
    "wdio",
    "wdio-plugin",
    "wdio-framework",
    "workflo"
  ],
  "author": "Florian Hilbinger <florian.hilbinger@hotmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flohil/wdio-workflo-jasmine-framework/issues"
  },
  "homepage": "https://github.com/flohil/wdio-workflo-jasmine-framework",
  "dependencies": {
    "babel-runtime": "6.23.0",
    "jasmine": "^2.5.3",
    "wdio-sync": "^0.7.3"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-rewire": "^1.1.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "codeclimate-test-reporter": "^0.4.1",
    "eslint": "^4.1.0",
    "eslint-config-standard": "^10.2.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-mocha": "^4.9.0",
    "eslint-plugin-node": "^5.0.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.0",
    "isparta": "^4.0.0",
    "mocha": "^3.2.0",
    "np": "^2.13.1",
    "npm-run-all": "^4.0.2",
    "q": "^1.5.0",
    "should": "^11.2.1",
    "sinon": "^2.1.0"
  }
}
