{
  "name": "flush-cache",
  "version": "1.0.1",
  "description": "Flushes the internal node cache, useful (and recommended) when testing apps",
  "main": "index.js",
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "test": "npm run lint && node_modules/mocha/bin/mocha test.js",
    "lint": "node_modules/eslint/bin/eslint.js ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steebchen/flush-cache.git"
  },
  "keywords": [
    "cache",
    "flush",
    "delete",
    "remove"
  ],
  "author": "Luca Steeb",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/steebchen/flush-cache/issues"
  },
  "homepage": "https://github.com/steebchen/flush-cache#readme",
  "devDependencies": {
    "eslint": "^3.13.0",
    "eslint-config-ultra": "^0.1.0",
    "mocha": "^3.2.0",
    "pre-commit": "^1.2.2"
  }
}
