{
  "name": "@chromaui/wdio-screenshot",
  "version": "0.6.0-chromatic.9",
  "description": "Screenshot commands for WebdriverIO",
  "main": "lib/index.js",
  "files": [
    "*.md",
    "src",
    "lib"
  ],
  "scripts": {
    "clean-lib": "rimraf lib",
    "clean-tmp": "rimraf .tmp",
    "clean": "npm run clean-lib && npm run clean-tmp",
    "build": "npm run clean && babel ./src -d lib",
    "test": "npm run clean && mocha --compilers js:babel-register --timeout 15000 --recursive test/unit",
    "test:local": "npm run clean && wdio ./test/wdio/wdio.local-conf.js",
    "test:sauce": "npm run clean && wdio ./test/wdio/wdio.sauce-conf.js",
    "test:appveyor": "npm run clean && wdio ./test/wdio/wdio.appveyor-conf.js",
    "test:standalone": "npm run clean && npm run selenium-install && mocha --compilers js:babel-register --timeout 30000 --recursive test/standalone",
    "selenium-install": "selenium-standalone install",
    "server": "http-server test/fixture/web -p 3000",
    "deploy-integration-tests": "gh-pages -d test/fixture/web"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zinserjan/wdio-screenshot"
  },
  "bugs": {
    "url": "https://github.com/zinserjan/wdio-screenshot/issues"
  },
  "author": "Jan-André Zinser",
  "license": "MIT",
  "peerDependencies": {
    "webdriverio": "^4.0.7"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "fs-extra": "^3.0.1",
    "gm": "^1.22.0",
    "image-size": "^0.5.0",
    "jimp": "^0.16.1",
    "lodash": "^4.17.19",
    "uuid": "^3.0.0",
    "which": "^1.2.10"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-regenerator": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=4"
  }
}
