{
  "name": "xhrhook",
  "version": "1.4.4",
  "description": "Easily intercept and modify XHR request and response",
  "browser": "dist/xhook.js",
  "main": "dist/xhook.js",
  "scripts": {
    "start": "grunt-source --server=3000",
    "test": "testcafe chrome:headless tests",
    "test:all": "testcafe all tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angrytoro/xhrhook"
  },
  "keywords": [
    "xhr",
    "ajax",
    "intercept",
    "modify",
    "hook"
  ],
  "author": {
    "name": "Jaime Pillora",
    "email": "dev@jpillora.com"
  },
  "contributors": [
    {
      "name": "Maayan Glikser",
      "email": "maayan@glikm.com"
    },
    {
      "name": "Daniel Gasienica",
      "email": "daniel@gasienica.ch"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "testcafe": "^0.16.2"
  },
  "dependencies": {
    "testcafe-browser-provider-saucelabs": "^1.3.0"
  }
}
