{
	"name": "app-cache-dir",
	"version": "0.4.0",
	"description": "Get a path of the standard cache directory for a given application",
	"repository": "shinnn/app-cache-dir",
	"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
	"scripts": {
		"pretest": "eslint --fix --format=codeframe index.js test.js",
		"test": "istanbul cover test.js"
	},
	"license": "ISC",
	"files": [
		"index.js"
	],
	"keywords": [
		"application",
		"app",
		"cache",
		"dir",
		"path",
		"common",
		"standard",
		"inessential",
		"deletable",
		"cross-platform"
	],
	"dependencies": {
		"inspect-with-kind": "^1.0.2"
	},
	"devDependencies": {
		"@shinnn/eslint-config-node": "^4.0.2",
		"eslint": "^4.8.0",
		"istanbul": "^0.4.5",
		"pretend-platform": "^2.0.0",
		"tape": "^4.8.0"
	},
	"eslintConfig": {
		"extends": "@shinnn/node"
	}
}
