{
  "name": "grunt-protractor-webdriver",
  "description": "grunt plugin for starting Protractor's bundled Selenium Webdriver",
  "version": "0.2.5",
  "homepage": "https://github.com/seckardt/grunt-protractor-webdriver",
  "author": {
    "name": "Steffen Eckardt",
    "email": "mosh666@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/seckardt/grunt-protractor-webdriver.git"
  },
  "bugs": {
    "url": "https://github.com/seckardt/grunt-protractor-webdriver/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/seckardt/grunt-protractor-webdriver/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {
    "compression": "~1.6.0",
    "express": "~4.13.3",
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-express": "~1.4.1",
    "grunt-protractor-runner": "~2.1.0",
    "grunt-shell": "~1.1.2",
    "protractor": "~2.5.1"
  },
  "dependencies": {
    "split": "^1.0.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.4",
    "protractor": ">=0.14.0"
  },
  "keywords": [
    "gruntplugin",
    "protractor",
    "webdriver",
    "selenium",
    "testing"
  ]
}
