{
  "name": "home-path",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "1.0.7",
  "description": "Cross-platform home directory retriever",
  "repository": "https://github.com/75lb/home-path",
  "license": "MIT",
  "keywords": [
    "home",
    "directory",
    "folder",
    "path"
  ],
  "scripts": {
    "test": "tape test.js",
    "docs": "jsdoc2md --heading-depth 1 -t README.hbs index.js > README.md; echo"
  },
  "devDependencies": {
    "jsdoc-to-markdown": "^5.0.1",
    "tape": "^4.11"
  },
  "files": [
    "index.js"
  ]
}
