{
  "name": "configstore",
  "version": "0.1.3",
  "description": "Easily load and persist config without having to think about where and how",
  "keywords": [
    "conf",
    "config",
    "configuration",
    "settings",
    "store",
    "editable",
    "yaml",
    "yml"
  ],
  "homepage": "https://github.com/yeoman/configstore",
  "bugs": "https://github.com/yeoman/configstore/issues",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "main": "configstore.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/yeoman/configstore.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ],
  "dependencies": {
    "lodash": "~1.3.0",
    "mkdirp": "~0.3.5",
    "js-yaml": "~2.1.0"
  },
  "devDependencies": {
    "mocha": "~1.12.0"
  },
  "files": [
    "configstore.js"
  ]
}
