{
  "name": "grunt-selenium-webdriver",
  "description": "Starts and stops selenium in webdriver or hub mode for use with 3rd party CI platforms where phantomjs / chromedriver can have issue with selenium",
  "version": "0.2.482",
  "homepage": "https://github.com/connectid/grunt-selenium-webdriver",
  "contibutors": [
    {
      "name": "Paul Cook",
      "email": "levexis@googlemail.com",
      "url": "https://github.com/levexis"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/levexis/grunt-selenium-webdriver.git"
  },
  "bugs": {
    "url": "https://github.com/levexis/grunt-selenium-webdriver/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/levexis/grunt-selenium-webdriver/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.12.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "phantomjs": "^1.9.19"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "^0.7.0",
    "grunt-contrib-connect": "^0.11.2",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-mocha-cli": "^2.0.0",
    "selenium-webdriver": "2.47.0"
  },
  "peerDependencies": {
    "grunt": "~0.4.5"
  },
  "keywords": [
    "gruntplugin",
    "selenium",
    "phantom"
  ]
}
