{
  "name": "wipe-node-cache",
  "version": "2.1.2",
  "description": "Wipes node.js cache in a controlled way.",
  "main": "lib/index.js",
  "scripts": {
    "build": "BABEL_ENV=cjs babel src -d lib",
    "test": "mocha",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/theKashey/wipeNodeCache"
  },
  "keywords": [
    "require",
    "cache",
    "injection",
    "test",
    "mock",
    "stub",
    "clean cache"
  ],
  "author": "Anton Korzunov",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "mocha": "~3.1",
    "should": "~3.3",
    "sinon": "~1.9"
  },
  "dependencies": {}
}
