{
  "name": "protractor-xmlhttprequest-mock",
  "version": "1.4.0",
  "description": "Ajax requests mock plugin for protractor (works with Angular >= 2 also)",
  "main": "lib/index.js",
  "scripts": {
    "serve-sample-apps": "./node_modules/.bin/http-server ./tests/www --silent",
    "protractor-tests": "./node_modules/.bin/protractor ./tests/conf.js",
    "webdriver-update": "webdriver-manager update",
    "test": "npm run webdriver-update; node tests/run.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krisboit/protractor-xmlhttprequest-mock.git"
  },
  "author": "Tibi Krisboi",
  "bugs": {
    "url": "https://github.com/krisboit/protractor-xmlhttprequest-mock/issues"
  },
  "homepage": "https://github.com/krisboit/protractor-xmlhttprequest-mock#readme",
  "devDependencies": {
    "http-server": "^0.9.0",
    "jasmine": "^3.0.0",
    "jasmine-spec-reporter": "^4.2.1",
    "protractor": "^5.3.0",
    "shelljs": "^0.7.7"
  }
}
