{
  "name": "gulp-browserstack",
  "version": "1.0.3",
  "description": "Start and stop SSH tunnels to BrowserStack in your Gulp pipeline.",
  "main": "index.js",
  "files": [
    "index.js",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matoilic/gulp-browserstack.git"
  },
  "keywords": [
    "browser-stack",
    "browserstack",
    "gulp",
    "protractor",
    "testing",
    "test",
    "e2e",
    "test-e2e"
  ],
  "author": "Mato Ilic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matoilic/gulp-browserstack/issues"
  },
  "homepage": "https://github.com/matoilic/gulp-browserstack#readme",
  "scripts": {
    "test": "gulp test"
  },
  "dependencies": {
    "browserstacktunnel-wrapper": "^1.4.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-protractor": "^1.0.0",
    "gulp-util": "^3.0.7"
  }
}
