{
  "name": "@applitools/eyes.selenium",
  "version": "1.9.0-alpha",
  "description": "Applitools Eyes SDK for Selenium WebDriver",
  "keywords": [
    "eyes.selenium",
    "applitools",
    "eyes",
    "test automation",
    "visual regression",
    "automation",
    "testing",
    "tests",
    "selenium",
    "webdriver",
    "webdriverjs"
  ],
  "homepage": "https://applitools.com",
  "author": {
    "name": "Applitools Team",
    "email": "team@applitools.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/applitools/eyes.sdk.javascript1.git"
  },
  "bugs": {
    "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
  },
  "directories": {
    "example": "./example",
    "lib": "./lib",
    "test": "./test"
  },
  "main": "./index.js",
  "dependencies": {
    "@applitools/eyes.sdk.core": "~1.9.0",
    "selenium-webdriver": "^3.6.0"
  },
  "devDependencies": {
    "chromedriver": "^2.41.0",
    "mocha": "^5.2.0",
    "mocha.parallel": "^0.15.6"
  },
  "scripts": {
    "test": "mocha ./test/**/*.spec.js -t 900000"
  },
  "license": "SEE LICENSE IN LICENSE",
  "engines": {
    "node": ">=6.9.0"
  }
}
