{
  "name": "protractor-sync",
  "version": "6.0.2",
  "description": "Protractor 5.x wrapper adding synchronous, polled selectors and expectations",
  "keywords": [
    "e2e",
    "protractor",
    "selenium",
    "test",
    "webdriver"
  ],
  "homepage": "",
  "bugs": {
    "url": "https://github.com/blackboard/protractor-sync/issues"
  },
  "contributors": [
    "Chris Scribner",
    "Eric Sherman",
    "Jeremy Casto",
    "John Purcell",
    "Ken Hill",
    "Mindy Whitsitt",
    "Pavel Karoukin"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/blackboard/protractor-sync.git"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">=6.9.x"
  },
  "dependencies": {
    "asyncblock": "^2.2.12",
    "jquery": "3.3.1",
    "mkdirp": "0.3.0"
  },
  "devDependencies": {
    "@types/jasmine": "2.5.47",
    "@types/mkdirp": "0.3.29",
    "@types/node": "6.0.69",
    "grunt": "0.4.5",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "1.0.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-protractor-runner": "5.0.0",
    "grunt-shell": "2.1.0",
    "grunt-ts": "6.0.0-beta.15",
    "grunt-tslint": "5.0.1",
    "husky": "0.13.3",
    "in-publish": "2.0.0",
    "jasmine-reporters": "2.1.1",
    "jasmine-spec-reporter": "2.4.0",
    "load-grunt-tasks": "3.5.2",
    "protractor": "^5.3.0",
    "tslint": "5.2.0",
    "typescript": "2.3.0",
    "webdriver-manager": "^12.0.6"
  },
  "peerDependencies": {
    "protractor": "^5.3.0"
  },
  "scripts": {
    "test": "grunt build verify test",
    "start": "grunt develop",
    "prepush": "grunt build verify test",
    "prepublish": "in-publish && grunt build verify test package || not-in-publish"
  }
}
