{
  "name": "home-dir",
  "version": "1.0.0",
  "description": "Get home directory path on any platform",
  "main": "index.js",
  "scripts": {
    "test": "echo 'hey!'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scottcorgan/home-dir.git"
  },
  "keywords": [
    "home",
    "directory",
    "user",
    "path"
  ],
  "author": "Scott Corgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottcorgan/home-dir/issues"
  }
}
