{
  "name": "persist-path",
  "version": "1.0.2",
  "description": "Get OS-specific path to store persistent data",
  "main": "index.js",
  "scripts": {
    "test": "camo-purge ; xo --space 4 --no-esnext --ignore test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hobbyquaker/persist-path"
  },
  "keywords": [
    "persist",
    "path",
    "store",
    "storage",
    "save",
    "data",
    "json",
    "user",
    "appdata",
    "library"
  ],
  "author": "Sebastian Raff https://github.com/hobbyquaker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hobbyquaker/persist-path/issues"
  },
  "homepage": "https://github.com/hobbyquaker/persist-path",
  "dependencies": {},
  "devDependencies": {
    "xo": "latest",
    "camo-purge": "latest"
  }
}
