{
  "name": "proxyquire-2",
  "version": "1.0.7",
  "description": "Proxies import/require in order to allow overriding dependencies during testing.",
  "main": "index.js",
  "types": "proxyquire.d.ts",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thekashey/proxyquire.git"
  },
  "keywords": [
    "require",
    "dependency",
    "injection",
    "di",
    "inject",
    "swap",
    "test",
    "mock",
    "stub"
  ],
  "author": "Thorsten Lorenz",
  "contributors": ["theKashey"],
  "license": "MIT",
  "devDependencies": {
    "mocha": "~3.1",
    "native-hello-world": "^1.0.0",
    "simplest-counter": "^1.0.0",
    "should": "~3.3",
    "sinon": "~1.9"
  },
  "dependencies": {
    "fill-keys": "^1.0.2",
    "module-not-found-error": "^1.0.0",
    "resolve": "~1.1.7"
  }
}
