{
  "_args": [
    [
      "foxy@^11.1.2",
      "/Users/nick/codes/twreporter-react/node_modules/browser-sync"
    ]
  ],
  "_from": "foxy@>=11.1.2 <12.0.0",
  "_id": "foxy@11.1.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/foxy",
  "_nodeVersion": "4.2.2",
  "_npmUser": {
    "email": "shakyshane@gmail.com",
    "name": "shakyshane"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {
    "minimatch": "2.0.10"
  },
  "_requested": {
    "name": "foxy",
    "raw": "foxy@^11.1.2",
    "rawSpec": "^11.1.2",
    "scope": null,
    "spec": ">=11.1.2 <12.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/browser-sync"
  ],
  "_resolved": "https://registry.npmjs.org/foxy/-/foxy-11.1.4.tgz",
  "_shasum": "895c4d9ae53ee7f5cc456b8729ec0045d55b5fec",
  "_shrinkwrap": null,
  "_spec": "foxy@^11.1.2",
  "_where": "/Users/nick/codes/twreporter-react/node_modules/browser-sync",
  "author": {
    "name": "Shane Osbourne"
  },
  "bin": {
    "foxy": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/shakyshane/foxy/issues"
  },
  "dependencies": {
    "connect": "^3.3.5",
    "dev-ip": "^1.0.1",
    "eazy-logger": "^2.0.0",
    "http-proxy": "^1.9.0",
    "lodash.merge": "^3.3.1",
    "meow": "^3.1.0",
    "resp-modifier": "^4.0.2"
  },
  "description": "Proxy with response modding",
  "devDependencies": {
    "babel": "^4.7.16",
    "browser-sync": "^2.3.1",
    "chai": "^2.1.2",
    "connect-gzip": "^0.1.6",
    "cookie": "^0.1.3",
    "istanbul": "^0.3.8",
    "istanbul-coveralls": "^1.0.2",
    "jshint": "^2.6.3",
    "lodash": "^3.5.0",
    "mocha": "^2.2.1",
    "multiline": "^1.0.2",
    "portscanner-plus": "^0.2.1",
    "sinon": "^1.14.1",
    "socket.io": "^1.3.5",
    "socket.io-client": "^1.3.5",
    "supertest": "^0.15.0"
  },
  "directories": {},
  "dist": {
    "shasum": "895c4d9ae53ee7f5cc456b8729ec0045d55b5fec",
    "tarball": "http://registry.npmjs.org/foxy/-/foxy-11.1.4.tgz"
  },
  "files": [
    "cli.js",
    "help.txt",
    "index.js",
    "lib"
  ],
  "gitHead": "dcc4ebe36f1011b8f9ddfcc62b876d0146f33b4b",
  "homepage": "https://github.com/shakyshane/foxy#readme",
  "keywords": [
    "proxy"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "shakyshane",
      "email": "shakyshane@gmail.com"
    }
  ],
  "name": "foxy",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shakyshane/foxy.git"
  },
  "scripts": {
    "cover": "npm run lint && istanbul cover _mocha --report lcovonly -- --timeout 10000 --recursive test/specs && istanbul-coveralls",
    "es6": "babel test/src --out-dir test/specs",
    "es6-watch": "babel test/src --out-dir test/specs --watch",
    "lint": "jshint *.js lib/*.js test/src/*.js test/src/*/*.js",
    "test": "npm run lint && npm run unit",
    "unit": "npm run es6 && mocha --recursive test/specs"
  },
  "version": "11.1.4"
}
