{
  "name": "global-cache-dir",
  "version": "1.0.1",
  "main": "build/src/main.js",
  "files": [
    "build/src",
    "examples",
    "!~"
  ],
  "scripts": {
    "test": "gulp test"
  },
  "husky": {
    "hooks": {
      "pre-push": "gulp check --full"
    }
  },
  "description": "Get the global cache directory",
  "keywords": [
    "cache",
    "caching",
    "directory",
    "filesystem",
    "operating-system",
    "global",
    "performance",
    "files",
    "mkdirp",
    "path",
    "javascript",
    "es6",
    "library",
    "windows",
    "mac",
    "macos",
    "linux",
    "bsd",
    "android",
    "nodejs"
  ],
  "license": "Apache-2.0",
  "homepage": "https://git.io/fj781",
  "repository": "ehmicky/global-cache-dir",
  "bugs": {
    "url": "https://github.com/ehmicky/global-cache-dir/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "dependencies": {
    "cachedir": "^2.2.0",
    "make-dir": "^3.0.0",
    "path-exists": "^4.0.0"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^0.30.48",
    "ava": "^2.4.0",
    "gulp": "^4.0.2",
    "husky": "^3.0.9",
    "test-each": "^1.7.2"
  },
  "engines": {
    "node": ">=8.12.0"
  }
}
