{
  "name": "home",
  "version": "2.0.0",
  "description": "Gets the home dir or resolves home directories.",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha --reporter spec ./test/*.js",
    "lint": "eslint .",
    "fix": "eslint . --fix",
    "posttest": "npm run report",
    "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/node-home.git"
  },
  "keywords": [
    "home",
    "directory",
    "user-home",
    "path",
    "resolve",
    "cross-platform",
    "windows"
  ],
  "engines": {
    "node": ">=5.12.0"
  },
  "author": "kaelzhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/node-home/issues"
  },
  "devDependencies": {
    "@ostai/eslint-config": "^3.0.0",
    "chai": "*",
    "codecov": "^3.3.0",
    "eslint": "^5.16.0",
    "eslint-plugin-import": "^2.17.2",
    "mocha": "*",
    "nyc": "^14.1.0"
  }
}
