{
  "name": "faux-jax",
  "version": "5.0.6",
  "description": "Intercept and respond to requests in the browser (XMLHttpRequest, XDomainRequest) and Node.js (http(s) module)",
  "main": "index.js",
  "scripts": {
    "dev": "DEBUG=zuul* zuul --local 8080 -- test/browser/index.js",
    "test": "npm run test-phantom | tap-spec && npm run test-node | tap-spec && npm run lint",
    "test-phantom": "zuul --phantom -- test/browser/index.js",
    "test-node": "node test/node/index.js",
    "test-ci": "npm run test-node && DEBUG=zuul* zuul --tunnel ngrok test/browser/index.js && npm run lint",
    "lint": "eslint --quiet ."
  },
  "keywords": [
    "xhr",
    "XMLHttpRequest",
    "XDomainRequest",
    "ajax",
    "fake",
    "mock",
    "testing",
    "http",
    "nodejs"
  ],
  "author": "Vincent Voyer <vincent.voyer@algolia.com>",
  "license": "MIT",
  "repository": "algolia/faux-jax",
  "devDependencies": {
    "browzers": "^1.3.0",
    "bulk-require": "^1.0.0",
    "bulkify": "^1.4.2",
    "domready": "0.3.0",
    "eslint": "1.3.1",
    "eslint-config-airbnb": "0.0.8",
    "eslint-config-algolia": "2.1.2",
    "phantomjs": "^2.1.7",
    "sinon": "^1.17.5",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0",
    "zuul": "^3.11.0",
    "zuul-ngrok": "^4.0.0"
  },
  "dependencies": {
    "bowser": "^1.4.5",
    "lodash": "^4.16.3",
    "lodash-compat": "^3.10.2",
    "mitm": "^1.3.2",
    "writable-window-method": "1.0.3"
  },
  "browser": "browser.js"
}
