{
  "name": "configstore",
  "version": "0.3.2",
  "description": "Easily load and save config without having to think about where and how",
  "keywords": [
    "conf",
    "config",
    "configuration",
    "settings",
    "store",
    "editable",
    "yaml",
    "yml"
  ],
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "repository": "yeoman/configstore",
  "scripts": {
    "test": "mocha"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "BSD",
  "dependencies": {
    "graceful-fs": "^3.0.1",
    "js-yaml": "^3.1.0",
    "mkdirp": "^0.5.0",
    "object-assign": "^2.0.0",
    "osenv": "^0.1.0",
    "user-home": "^1.0.0",
    "uuid": "^2.0.1",
    "xdg-basedir": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "files": [
    "index.js"
  ]
}
