{
  "name": "require-hacker",
  "version": "3.0.1",
  "description": "Provides a hooking mechanism for Node.js require() calls",
  "main": "babel-transpiled-modules/index.js",
  "dependencies": {
    "babel-runtime": "^6.6.1",
    "colors": "^1.1.2"
  },
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.2",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-transform-runtime": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^2.4.5",
    "npm-run-all": "^1.4.0",
    "rimraf": "^2.5.0"
  },
  "scripts": {
    "test": "mocha --compilers js:babel-core/register --colors --bail --reporter spec test/ --recursive",
    "test-coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register --colors --reporter dot test/ --recursive",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-core/register --colors --reporter spec test/ --recursive",
    "clean-for-build": "rimraf ./babel-transpiled-modules/**/*",
    "build-modules": "babel ./source --optional runtime --out-dir ./babel-transpiled-modules --source-maps",
    "build": "npm-run-all clean-for-build build-modules",
    "prepublish": "npm-run-all build test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catamphetamine/require-hacker.git"
  },
  "keywords": [
    "require"
  ],
  "author": "catamphetamine <purecatamphetamine@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/catamphetamine/require-hacker/issues"
  },
  "homepage": "https://github.com/catamphetamine/require-hacker#readme"
}
