{
  "name": "@joshrtay/decache",
  "version": "4.0.1",
  "description": "decache (Delete Cache) lets you delete modules from node.js require() cache; useful for dev servers",
  "main": "lib/index.js",
  "scripts": {
    "test": "tape ./test/test.js",
    "validate": "standard",
    "postversion": "git push && git push --tags && npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joshrtay/decache.git"
  },
  "keywords": [
    "delete",
    "node.js",
    "require",
    "cache",
    "uncache",
    "un-require"
  ],
  "author": "@besarthoxhaj, @jupiter & @nelsonic (with help from StackOverflow)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joshrtay/decache/issues"
  },
  "homepage": "https://github.com/joshrtay/decache#readme",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "farmhash": "^1.1.1",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  }
}
